Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lyu committed Oct 24, 2024
2 parents 4b78978 + 9f55107 commit 99ddc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dataframe_image has the ability to export both normal and styled DataFrames as i
You may also export directly from the DataFrame or styled DataFrame using the `dfi.export` and `export_png` methods, respectively.

```python
>>> import dataframe_image as dfi # you have to import it first to enable this plugin
>>> df.dfi.export('df.png')
>>> df_styled.export_png('df_styled.png')
```
Expand Down

0 comments on commit 99ddc5b

Please sign in to comment.