-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pandas pyarrow backend support (#1628)
* feat: add basic pyarrow datatypes to pandas engine Signed-off-by: Ajith Aravind <[email protected]> * test: exclude arrow types from strategies Signed-off-by: Ajith Aravind <[email protected]> * fix: pandas 2 plus check & remove pyarrow string equivalent Signed-off-by: Ajith Aravind <[email protected]> * chore: add missing imports Signed-off-by: Ajith Aravind <[email protected]> * test: ✅ exclude string[pyarrow] from string to type parse test `string[pyarrow]` gets parsed to type `string` by pandas Signed-off-by: Ajith Aravind <[email protected]> * refactor: add more equivalents to pyarrow dtypes Signed-off-by: Ajith Aravind <[email protected]> * fix: type linting for python 3.8 Signed-off-by: Ajith Aravind <[email protected]> --------- Signed-off-by: Ajith Aravind <[email protected]>
- Loading branch information
1 parent
95e412f
commit 45f9d4a
Showing
4 changed files
with
299 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 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 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 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