dexplo / dataframe_image

A python package for embedding pandas DataFrames as images into pdf and markdown documents
https://dexplo.org/dataframe_image
MIT License
282 stars 41 forks source link

deprecated styler render #109

Closed pressplay21 closed 11 months ago

pressplay21 commented 11 months ago

dataframe version 1.4 removed the render() function.

python3.11/site-packages/dataframe_image/_pandas_accessor.py:69

obj.render()

Change to Styler.to_html() ???

https://pandas.pydata.org/docs/whatsnew/v1.4.0.html

Deprecated Styler.render() in favor of Styler.to_html() (GH 42140)

PaleNeutron commented 11 months ago

Please try latest dataframe_image version, or just review latest code in the repo.