-
Notifications
You must be signed in to change notification settings - Fork 235
pyarrow: Check compatibility of pyarrow-backed pandas objects with numeric dtypes #2774
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 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
de36c6c
Ensure that pyarrow backed pandas.Series can be read
weiji14 7a43e7b
Merge branch 'main' into pyarrow-compat
weiji14 06739ef
Fix check on whether pyarrow is installed
weiji14 88ce36d
Merge branch 'main' into pyarrow-compat
weiji14 83ed447
Ensure that pygmt.info can work with pyarrow int64/float64 dtypes
weiji14 ad99cab
Add xfail test for test_geopandas_plot_int_dtypes casting to pyarrow int
weiji14 a5284fc
Clarify reason for test_geopandas_plot_int_dtypes xfail
weiji14 8b28ba4
Add optional pyarrow dependency to ci_test_dev and ci_tests_legacy
weiji14 95d2b8a
Add note about support of PyArrow dtypes to doc/install.rst
weiji14 5adcba6
Replace pandas.util._test_decorators with inline pytest.mark.skipif mark
weiji14 3ca0288
Merge branch 'main' into pyarrow-compat
weiji14 6d50a23
Apply suggestions from code review
weiji14 1783c7c
Merge branch 'main' into pyarrow-compat
weiji14 62d22cb
Refactor to use pygmt.helpers.testing.skip_if_no
weiji14 a275825
Use importlib.util.find_spec instead of try-except block
weiji14 71946f8
Update doc/install.rst
weiji14 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -72,6 +72,7 @@ jobs: | |
| contextily | ||
| geopandas | ||
| ipython | ||
| pyarrow | ||
| rioxarray | ||
| sphinx-gallery | ||
| build | ||
|
|
||
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.