Skip to content

Add a reader for other formats supported by pandas #42

@timvink

Description

@timvink

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions