mkdocs-table-reader-plugin icon indicating copy to clipboard operation
mkdocs-table-reader-plugin copied to clipboard

Add a reader for other formats supported by `pandas`

Open timvink opened this issue 2 years ago • 1 comments

Currently, we are missing:

  • read_sas
  • [x] 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 avatar Jan 30 '23 13:01 timvink

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

timvink avatar Feb 27 '24 19:02 timvink