-
Notifications
You must be signed in to change notification settings - Fork 300
Improvements to Pandas-to-Iris bridge #4890
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
Merged
Changes from 24 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
5af1d6b
First pass using merge to parse ndim Pandas DataFrame.
trexfeathers 0913e44
Second pass actually doing array manipulation this time.
trexfeathers 573fd22
Tidying for public consumption.
trexfeathers 0561f1f
Improved index handling.
trexfeathers fef990d
Pytest conversion.
trexfeathers f56ee7e
Minor re-factoring.
trexfeathers 7d4c911
Support for copy argument.
trexfeathers 4e74b67
Calendar handling.
trexfeathers e833427
Correct coord reshaping.
trexfeathers bf5e05e
Correct array indexing.
trexfeathers b251c2f
DataFrame Series agnosticism.
trexfeathers 79c79d5
Docstrings and structure.
trexfeathers 75524eb
Merge remote-tracking branch 'upstream/pandas_ndim' into new_pandas
trexfeathers cc5ccd4
Error as_cube if FUTURE behaviour is set.
trexfeathers a7ef7a7
Tests WIP.
trexfeathers d894161
More tests.
trexfeathers b25ed2e
Completed tests.
trexfeathers 6b3b61c
Suppress deprecation warning in TestSeriesAsCube.
trexfeathers bd8c544
Docstring corrections.
trexfeathers 89b357b
Another docstring fix.
trexfeathers b2182d8
Another docstring fix.
trexfeathers 16a9864
Another docstring fix.
trexfeathers cba02a8
Doctests.
trexfeathers 075a90d
Doctests.
trexfeathers dfabf35
Strict expectation of one Cube in tests.
trexfeathers a39581f
format_dimensional_metadata typo.
trexfeathers 5aa5af8
Rename pandas_array to pandas_structure.
trexfeathers 7e8ff41
Leaner warnings for Series with column arguments.
trexfeathers e59f869
Fix date tests.
trexfeathers 84fdd5a
Back out pandas_ndim FUTURE flag.
trexfeathers e33456f
Uncomment code, whoops.
trexfeathers f85dae8
What's new entry.
trexfeathers 9391f43
Remove erroneous pass.
trexfeathers 5f9531f
Doctest typo.
trexfeathers 9619fd0
Handle an empty Pandas structure.
trexfeathers 6423aae
Merge remote-tracking branch 'upstream/main' into new_pandas
trexfeathers 7bac741
Test showing that dimension order is preserved.
trexfeathers 85dd82b
Merge remote-tracking branch 'upstream/main' into new_pandas
trexfeathers b7d842c
Informative error for ragged indexes.
trexfeathers 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
Oops, something went wrong.
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.