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

Support for pandas.read_* and DataFrame.to_* functions #3

Open
xjcl opened this issue Mar 8, 2023 · 0 comments
Open

Support for pandas.read_* and DataFrame.to_* functions #3

xjcl opened this issue Mar 8, 2023 · 0 comments

Comments

@xjcl
Copy link

xjcl commented Mar 8, 2023

First of all, thanks for your project.

I was wondering if support for pandas I/O (https://pandas.pydata.org/docs/user_guide/io.html) was possible to add and in scope for this package. Their I/O functions also have an encoding= argument:

  • Reader functions like pandas.read_excel, pandas.read_csv
  • Writer functions like pandas.DataFrame.to_excel, pandas.DataFrame.to_csv

I am not really sure how to do this. Maybe it would even be better to check in general if any function you call has an encoding= keyword argument, or would that be likely to produce false positives?

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