Releases: dexplo/dataframe_image
Releases · dexplo/dataframe_image
v0.1.12
15 Aug 14:22
Compare
Sorry, something went wrong.
No results found
Add --no-input flag to command line arguments, allow hiding notebook input cells #10
Add interface to pass nbconvert config into convert function
Use NO_SANDBOX environment variable to force add --no-sandbox argument to Chrome which will be useful with container. #92
v0.1.11
25 Apr 12:07
Compare
Sorry, something went wrong.
No results found
colorfull dataframe exported by matplotlib #76
bring back origin enlarge logic even it does not work with Chrome version 111 and 112
v0.1.10
07 Apr 07:19
Compare
Sorry, something went wrong.
No results found
Fix bugs in selenium mode
v0.1.9
02 Apr 08:49
Compare
Sorry, something went wrong.
No results found
v0.1.8
27 Mar 02:51
Compare
Sorry, something went wrong.
No results found
Auto use larger dpi and smaller fontsize to zoom Chrome window and capture whole table in one screenshoot.
But this method have many limitations than previous --window-size method.
If table rows > 50, user have to use selenium table conversion.
v0.1.7
22 Mar 07:01
Compare
Sorry, something went wrong.
No results found
Add selenium option to table_conversion to allow user use it in google colab.
Install dependency
!apt install firefox-geckodriver
!pip install dataframe_image selenium
Then
df.dfi.export('df.png', table_conversion="selenium")
v0.1.5
15 Jan 02:57
Compare
Sorry, something went wrong.
No results found
Fix bug with new version of Chrome
Old version keep write permission of image file during Chrome date screenshot.
This is a bug fix version.
Thanks to @ItamarShalev , @iraaz4321 , @buckyster .
v0.1.3
26 Sep 08:49
Compare
Sorry, something went wrong.
No results found
Add dpi option for exporting image! #52 , Thanks to @hns258
Fix bug with export markdown
Imporve pdf latex layout
v0.1.2
28 Aug 14:00
Compare
Sorry, something went wrong.
No results found
Update some deprecated methods
Fix pandas.io.formats.style.Styler.render's deprcated warnings
ensure support for python3.9 and python3.10