Installation
df2img is available at pypi.org.
You can install the package via pip
.
pip install df2img
Using uv
?
uv add df2img
Important note
The kaleido
dependency is needed to save a pd.DataFrame
. Right now there is an
issue when using the latest version of kaleido
.
This project requires kaleido==v0.2.1
when you are installing df2img
on a
machine other than Windows.
However, when you're on a Windows machine, you must use kaleido==v0.1.0.post1
.
The dependency specification in the pyproject.toml
file takes care of this.