Skip to content
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

Require pyarrow #244

Merged
merged 2 commits into from
Jan 21, 2024
Merged

Require pyarrow #244

merged 2 commits into from
Jan 21, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Jan 21, 2024

Avoids

.tox\unit\lib\site-packages\pandas\__init__.py:249: in <module>
    warnings.warn(
E   DeprecationWarning:
E   Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
E   (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
E   but was not found to be installed on your system.
E   If this would cause problems for you,
E   please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466

Avoids
```
.tox\unit\lib\site-packages\pandas\__init__.py:249: in <module>
    warnings.warn(
E   DeprecationWarning:
E   Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
E   (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
E   but was not found to be installed on your system.
E   If this would cause problems for you,
E   please provide us feedback at pandas-dev/pandas#54466
```
@dweindl dweindl requested a review from a team as a code owner January 21, 2024 08:32
@dweindl dweindl requested a review from dilpath January 21, 2024 08:32
@codecov-commenter
Copy link

codecov-commenter commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3e94840) 76.34% compared to head (e8dff98) 76.34%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #244   +/-   ##
========================================
  Coverage    76.34%   76.34%           
========================================
  Files           34       34           
  Lines         3205     3205           
  Branches       779      779           
========================================
  Hits          2447     2447           
  Misses         555      555           
  Partials       203      203           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

setup.py Show resolved Hide resolved
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
@dweindl dweindl merged commit 234a1db into develop Jan 21, 2024
7 checks passed
@dweindl dweindl deleted the pandas_pyarrow branch January 21, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants