-
Notifications
You must be signed in to change notification settings - Fork 111
Fixes for Pandas 2 support #742
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 all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
a37e797
Fix test setup to match pandas 2.0 demands
bartbroere e3dd93a
Use the now deprecated _append method
bartbroere 2ae1296
Deal with numeric_only being removed in metrics test
bartbroere c847c6d
Skip mad metric for other pandas versions
bartbroere 141682a
Account for differences between pandas versions in describe methods
bartbroere 718b249
Run black
bartbroere bd0b10d
Check Pandas version first
bartbroere b6a31bd
Mirror behaviour of installed Pandas version when running value_counts
bartbroere 399200d
Allow passing arguments to the individual asserters
bartbroere c198cc9
Fix for method _construct_axes_from_arguments no longer existing
bartbroere b18036d
Skip mad metric if it does not exist
bartbroere 470848c
Account for pandas 2.0 timestamp default behaviour
bartbroere 19ad96d
Deal with empty vs other inferred data types
bartbroere 0ad66a0
Account for default datetime precision change
bartbroere 388722c
Run Black
bartbroere 416ec1e
Solution for differences in inferred_type only
bartbroere 73078d3
Fix csv and json issues
bartbroere 83df6dd
Skip two doctests
bartbroere 81b381c
Passing a set as indexer is no longer allowed
bartbroere 1146b2e
Don't validate output where it differs between Pandas versions in the…
bartbroere 02f1573
Update test matrix and packaging metadata
bartbroere d08a29a
Update version of Python in the docs
bartbroere d70e2b9
Update Python version in demo notebook
bartbroere b8b1526
Match noxfile
bartbroere cfcd7a8
Symmetry
bartbroere 96a5069
Fix trailing comma in JSON
bartbroere e269fa0
Merge branch 'main' into prepare-for-pandas-2
bartbroere ea98797
Revert some changes in setup.py to fix building the documentation
bartbroere 7be5a9e
Merge branch 'main' into prepare-for-pandas-2
bartbroere d91b5c3
Revert "Revert some changes in setup.py to fix building the documenta…
bartbroere 59e06f6
Merge branch 'main' into prepare-for-pandas-2
pquentin f9c589b
Use PANDAS_VERSION from eland.common
bartbroere d6f7af2
Still skip the doctest, but make the output pandas 2 instead of 1
bartbroere b188219
Still skip doctest, but switch to pandas 2 output
bartbroere 12753d5
Prepare for pandas 3
bartbroere 00c3c7c
Reference the right column
bartbroere f3c7e2e
Ignore output in tests but switch to pandas 2 output
bartbroere f13f83a
Add line comment about NBVAL_IGNORE_OUTPUT
bartbroere ddc1c26
Restore missing line and add stderr cell
bartbroere f335e6a
Use non-private method instead
bartbroere 948b731
Fix indentation and parameter issues
bartbroere d7ad7ed
If index is not specified, and pandas 1 is present, set it to True
bartbroere 2a1a6d4
Run black
bartbroere a37d266
Newer version of black might have different opinions?
bartbroere 2942e5e
Add line comment
bartbroere 270bd48
Remove unused import
bartbroere 1ac1653
Add reason for ignore statement
bartbroere 6a9b302
Add reason for skip
bartbroere f8e9701
Merge branch 'main' into prepare-for-pandas-2
pquentin 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
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
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
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
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.