dataframe_image
dataframe_image copied to clipboard
A python package for embedding pandas DataFrames as images into pdf and markdown documents
Hello! This library is very useful for me, so I thank you for that! One thing I've noticed recently - which I suspect is cropping up through an updated dependency...
Hi, everyday i use dataframe-image to process some images in my work. But today i started getting an error with all my codes using the module. as an exemple, heres...
Hi, I have encountered a future warning using matplot, e.g. dfi.export(d, table_conversion='matplotlib'). The warning: "The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is...
FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. `if not thead and not tbody:`
Within a Jupyter Notebook and a dataframe `df`, the following works properly: ```python import dataframe_image as dfi df.dfi.export('filepath.png') ``` but the following does not work: ```python import dataframe_image as dfi...
My Chrome updated today (Ubuntu 24.04) and now `dfi.export` is broken with the following error: ``` CalledProcessError: Command '['--enable-logging', '--disable-gpu', '--headless=old', '--crash-dumps-dir=/home/alex/.dataframe_image/tmpykuuxx_z', '--force-device-scale-factor=3.0', '--window-size=1400,900', '--hide-scrollbars', '--screenshot=/home/alex/.dataframe_image/tmpykuuxx_z/temp.png', '/home/alex/.dataframe_image/tmpykuuxx_z/temp.html']' returned non-zero exit...
- updated the matplotlib converter to pickup styling based on class as well. Current implementation picks up the details based on id. Which is still needed if there is an...
Hi! Would it be possible to also keep the conda releases updated with the pip ones? Right now conda is at 0.1.1, https://anaconda.org/conda-forge/dataframe_image This is useful when building new environments...