File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Nested-Pandas allows data like this:
2727To 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
3333Where the nested data is represented as nested dataframes:
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Nested-Pandas allows data like this:
2323
2424To 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
You can’t perform that action at this time.
0 commit comments