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

using DataFrame.map since DataFrame.applymap has been deprecated #54

Closed odysseu closed 9 months ago

odysseu commented 10 months ago

leaving you:

timvink commented 9 months ago

Pandas 2.1 was released in August 2023.

I want to be compatible with earlier versions of pandas (not forcing users to update to pandas V2).

So I will stick with the deprecation warning for a while.

Thanks for the PR though!