-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
DOC: Add scaling to large datasets section #28577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
7e7d786
506edd1
35a4dde
efb3260
3201f42
eae9593
68ff6ee
a7fb97f
a4baa41
78d22e6
f7bc6dc
5294cdb
c57f33a
7f32b83
55be2bb
a76453f
98c06fa
9578248
78eb2f1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,11 @@ dependencies: | |
- nbconvert>=5.4.1 | ||
- nbsphinx | ||
- pandoc | ||
- dask | ||
- distributed | ||
- dask-core | ||
- toolz>=0.7.3 | ||
- fsspec>=0.5.1 | ||
- partd>=0.3.10 | ||
- cloudpickle>=0.2.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you add a comment here that those last 4 ones are just dependencies of dask.dataframe? |
||
|
||
# web (jinja2 is also needed, but it's also an optional pandas dependency) | ||
- markdown | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -782,7 +782,8 @@ def test_categorical_no_compress(): | |
|
||
def test_sort(): | ||
|
||
# http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: flake8 | ||
# http://stackoverflow.com/questions/23814368/ | ||
# sorting-pandas-categorical-labels-after-groupby # noqa: flake8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is fixed on master (it's also what is causing the merge conflict) |
||
# This should result in a properly sorted Series so that the plot | ||
# has a sorted x axis | ||
# self.cat.groupby(['value_group'])['value_group'].count().plot(kind='bar') | ||
|
Uh oh!
There was an error while loading. Please reload this page.