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

Added if max_rows == -1 #82

Closed GEOHYEON closed 1 year ago

GEOHYEON commented 1 year ago

When exporting a pandas dataframe with table_conversion set to 'matplotlib' and max_rows set to -1, it causes an issue where the last row is truncated. To fix this issue, add code for max_rows along with max_cols.