-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make pandas and NumPy optional dependencies, don't require PyAr…
…row for plotting with Polars/Modin/cuDF (#3452) * feat: use Narwhals to make NumPy and pandas optional, and to support Narwhals-compliant libraries natively without PyArrow conversions * fix ibis-date32 bug too, make sure to only convert to arrow once * stable api * update docstring * fixup * silence warning for old pandas * improve skipif condition, simplify * lint * explicitly set ibis backend * use importlib / packaging * xfail ibis date32 test on windows * wip * wip * wip * wip date32 * reorder imports * typing * bump version * typo, `strict=False` comments, use consistent typevar name * lint * special-case Polars in `.dt.to_string` for Date * rename test file
- Loading branch information
1 parent
bed0965
commit 2036b99
Showing
17 changed files
with
365 additions
and
233 deletions.
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
Oops, something went wrong.