We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9448fb2 commit 433afa6Copy full SHA for 433afa6
src/posts/flox-smart/index.md
@@ -89,7 +89,7 @@ mean_cohorts = ds.groupby("time.month").mean() # this is auto-detected!
89
90
Using the algorithm described below, flox will **automatically** set
91
`method="cohorts"` for this dataset unless specified, yielding a 5X decrease in
92
-memory need, and 2X longer in time
+memory used and a 2X increase in runtime. Read on to figure out how!
93
94
<img src='/posts/flox-smart/mem.png' alt='Memory usage' width='60%' />
95
0 commit comments