Skip to content

Commit b79f623

Browse files
committed
get new image into RTD
1 parent 5a70bec commit b79f623

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Nested-Pandas allows data like this:
2727
To instead be represented like this:
2828

2929
<p align="center">
30-
<img src="./docs/intro_images/nestedframe.png" alt="nestedframe" width="250"/>
30+
<img src="./docs/intro_images/nestedframe_example.png" alt="nestedframe" width="300"/>
3131
</p>
3232

3333
Where the nested data is represented as nested dataframes:

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Nested-Pandas allows data like this:
2323

2424
To instead be represented like this:
2525

26-
.. image:: ./intro_images/nestedframe.png
26+
.. image:: ./intro_images/nestedframe_example.png
2727
:width: 400
2828
:align: center
2929
:alt: pandas dataframes
@@ -36,7 +36,7 @@ Where the nested data is represented as nested dataframes:
3636
object_nf.loc[0]["nested_sources"]
3737
3838
.. image:: ./intro_images/loc_into_nested.png
39-
:width: 225
39+
:width: 300
4040
:align: center
4141
:alt: pandas dataframes
4242

0 commit comments

Comments
 (0)