8000 deploy: deef167af129339e5270b70657e1a421341dc016 · xarray-contrib/xarray-tutorial@ba2c426 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba2c426

Browse files
committed
deploy: deef167
1 parent a19a435 commit ba2c426

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_sources/intermediate/01-high-level-computation-patterns.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@
928928
"For instance, grouping data by month (which have varying numbers of days) or the results of an image classification.\n",
929929
"The GroupBy functions are essentially a generalization of `coarsen`: \n",
930930
"\n",
931-
"- `groupby`: divide data into distinct groups, e.g. climatologies, composites. Works best when the \"group indentifiers\" or \"labels\" are exact and can be determined using equality (`==`), e.g. characters or integers. Remember that floats are not exact values.\n",
931+
"- `groupby`: divide data into distinct groups, e.g. climatologies, composites. Works best when the \"group identifiers\" or \"labels\" are exact and can be determined using equality (`==`), e.g. characters or integers. Remember that floats are not exact values.\n",
932932
"- `groupby_bins`: Use binning operations, e.g. histograms, to group your data.\n",
933933
"- `resample`: Specialized implementation of GroupBy specifically for time grouping (so far), allows you to change sampling frequency of dataset.\n",
934934
"\n",

intermediate/01-high-level-computation-patterns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7458,7 +7458,7 @@ <h2>Label space “windows” or bins : GroupBy<a class="headerlink" href="#labe
74587458
For instance, grouping data by month (which have varying numbers of days) or the results of an image classification.
74597459
The GroupBy functions are essentially a generalization of <code class="docutils literal notranslate"><span class="pre">coarsen</span></code>:</p>
74607460
<ul class="simple">
7461-
<li><p><code class="docutils literal notranslate"><span class="pre">groupby</span></code>: divide data into distinct groups, e.g. climatologies, composites. Works best when the “group indentifiers” or “labels” are exact and can be determined using equality (<code class="docutils literal notranslate"><span class="pre">==</span></code>), e.g. characters or integers. Remember that floats are not exact values.</p></li>
7461+
<li><p><code class="docutils literal notranslate"><span class="pre">groupby</span></code>: divide data into distinct groups, e.g. climatologies, composites. Works best when the “group identifiers” or “labels” are exact and can be determined using equality (<code class="docutils literal notranslate"><span class="pre">==</span></code>), e.g. characters or integers. Remember that floats are not exact values.</p></li>
74627462
<li><p><code class="docutils literal notranslate"><span class="pre">groupby_bins</span></code>: Use binning operations, e.g. histograms, to group your data.</p></li>
74637463
<li><p><code class="docutils literal notranslate"><span class="pre">resample</span></code>: Specialized implementation of GroupBy specifically for time grouping (so far), allows you to change sampling frequency of dataset.</p></li>
74647464
</ul>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0