-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement DataArray.to_dask_dataframe() #7635
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
Merged
dcherian
merged 75 commits into
pydata:main
from
dsgreen2:method-dataarray-to-daskdataframe
Apr 28, 2023
Merged
Changes from all commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
fe5e7ad
Add feature to convert dataarray to dask dataframe. This is for the …
dsgreen2 4174d50
Add test for new method dataarray.to_dask_dataframe()
dsgreen2 ae32e83
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 ba47c16
Changes after review
dsgreen2 924d2dd
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 3b9165c
Updating method-dataarray-to-daskdataframe branch with remote branch
dsgreen2 ed559d3
Corrections in docstring and import
dsgreen2 65f9fab
docstring correction
dsgreen2 bffe3cb
Remove name parameter
dsgreen2 a7e423c
Add feature to convert dataarray to dask dataframe. This is for the …
dsgreen2 5c7a48f
Add test for new method dataarray.to_dask_dataframe()
dsgreen2 43a8b9b
Changes after review
dsgreen2 aff8eca
Corrections in docstring and import
dsgreen2 9e4f816
docstring correction
dsgreen2 bcd06c8
Remove name parameter
dsgreen2 4cca0a8
Corrected doc/whats-new.rst
dsgreen2 a2ee962
Merge branch 'method-dataarray-to-daskdataframe' of github.com:dsgree…
dsgreen2 34a2ac5
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 8c50d1e
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 2c9ffb3
Update whats-new.rst
dsgreen2 88f10bc
Merge branch 'pydata:main' into method-dataarray-to-daskdataframe
dsgreen2 b19cd6f
update
dsgreen2 1db928f
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 aa6c123
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 dd77cff
Merge branch 'pydata:main' into method-dataarray-to-daskdataframe
dsgreen2 82bdd8e
Updating local branch
dsgreen2 a8500a2
Space corrections in docstring
dsgreen2 75e20b4
Whitespace correction in docstring
dsgreen2 65d3a93
Add white space in docstring line
dsgreen2 69811fe
Whitespace correction
dsgreen2 4bae82c
Update line npartitions=1
dsgreen2 3d3b092
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ee30fe4
Revert "Update line npartitions=1"
dsgreen2 9828442
Updating local branch
dsgreen2 6c2c5e3
Add whitespace in npartitions=1
dsgreen2 71c0656
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d89f8e0
Change example in docstring
dsgreen2 7f3f9da
Change example in docstring
dsgreen2 b545282
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e733b0f
Change example in docstring
dsgreen2 fd4501a
Example changes
dsgreen2 dffea4b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0ab7b16
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 6a31726
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 cb2feaa
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 40a3458
Update xarray/core/dataarray.py
dsgreen2 02f09d3
Update doc/whats-new.rst
dsgreen2 127db51
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 33d4960
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 5a2b24f
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 ee086a1
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 c732783
Add name check
dsgreen2 2e9cf38
Resolve conflicts
dsgreen2 38ebe32
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 ab619f9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e577a1c
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 d07a3c6
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 694ba77
Add test for unnamed dataarray.
dsgreen2 53e9b4d
Update remote branch
dsgreen2 4866d8b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c563989
Remove scalar array test
dsgreen2 c2acb6f
Remove scalar test
dsgreen2 87e993d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b60a226
Change error message
dsgreen2 4552d18
Change unnamed array error
dsgreen2 2466903
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8bfbf3f
Update xarray/tests/test_dataarray.py
dcherian 6eb67b3
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 1f67c6f
Update whats-new.rst
dsgreen2 8b5c607
Update whats-new.rst
dsgreen2 7c2e50c
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 8116bb1
Merge branch 'main' into method-dataarray-to-daskdataframe
dsgreen2 e80ece0
Update doc/whats-new.rst
dcherian dd58648
Merge branch 'main' into method-dataarray-to-daskdataframe
dcherian 7ed49ad
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.