timvink / mkdocs-table-reader-plugin

MkDocs plugin that enables a markdown tag like {{ read_csv('table.csv') }} to directly insert various table formats into a page
https://timvink.github.io/mkdocs-table-reader-plugin/
MIT License
111 stars 18 forks source link

Add read_feather #56

Closed BartvanWoesik closed 5 months ago

BartvanWoesik commented 5 months ago

Needed a read_feather reader. So solved [https://github.com/timvink/mkdocs-table-reader-plugin/issues/42] and implemented the read_feather.

To see the performance increase of only selecting specific readers I added a scenario to the benchmarks, see results below: image

BartvanWoesik commented 5 months ago

Also by default it selects all readers, to make sure this package stays backwards compatible.

timvink commented 5 months ago

Hee @BartvanWoesik!

Thanks, this looks really good. Will release soon.