We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
Please try latest dataframe_image version, or just review latest code in the repo.
dataframe_image
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: