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

Add a reader for other formats supported by pandas #42

Open
1 task done
timvink opened this issue Jan 30, 2023 · 1 comment
Open
1 task done

Add a reader for other formats supported by pandas #42

timvink opened this issue Jan 30, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@timvink
Copy link
Owner

timvink commented Jan 30, 2023

Currently, we are missing:

  • read_sas
  • read_feather
  • read_html
  • read_xml
  • read_hdf
  • read_orc
  • read_parquet
  • read_sas
  • read_spss
  • read_stata

We could add them, but we would need to add an option where you can specify which readers you want to enable, because each one will require a regex to run on all your markdown content (which can slow down your build times).

@timvink timvink added the enhancement New feature or request label Jan 30, 2023
@timvink
Copy link
Owner Author

timvink commented Feb 27, 2024

We now have the option to specify/modify the list of readers, so it's easier to add these additional readers.

@timvink timvink added the good first issue Good for newcomers label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant