We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b78978 + 9f55107 commit 99ddc5bCopy full SHA for 99ddc5b
README.md
@@ -20,6 +20,7 @@ dataframe_image has the ability to export both normal and styled DataFrames as i
20
You may also export directly from the DataFrame or styled DataFrame using the `dfi.export` and `export_png` methods, respectively.
21
22
```python
23
+>>> import dataframe_image as dfi # you have to import it first to enable this plugin
24
>>> df.dfi.export('df.png')
25
>>> df_styled.export_png('df_styled.png')
26
```
0 commit comments