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

Update scv plugin #786

Open
jesper-friis opened this issue Feb 13, 2024 · 0 comments
Open

Update scv plugin #786

jesper-friis opened this issue Feb 13, 2024 · 0 comments

Comments

@jesper-friis
Copy link
Collaborator

jesper-friis commented Feb 13, 2024

The csv plugin now gives a lot of errors of the form:

csv.py:202: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys
will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`

and

csv.py:10: 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 https://github.com/pandas-dev/pandas/issues/54466
    
  QUOTE_MINIMAL, QUOTE_ALL, QUOTE_NONNUMERIC, QUOTE_NONE, \

Update the plugin to get rid of these errors.

Also consider to add more user-friendly options.

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

No branches or pull requests

1 participant