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

Fix pyarrow warning #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

kaiohp
Copy link

@kaiohp kaiohp commented Mar 18, 2024

Este PR adiciona o pyarrow dependência do pandas para remover o warning após executar o task test, que pode assustar quem está começando.
"""
DeprecationWarning:
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
but was not found to be installed on your system.
If this would cause problems for you,
please provide us feedback at pandas-dev/pandas#54466

import pandas as pd

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
"""

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.

None yet

1 participant