File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ is used internally to aid in scalability and performance.
2121Nested-Pandas allows data like this:
2222
2323<p align =" center " >
24- <img src="./intro_images/pandas_dfs.png" alt="pandas dataframes" width="400"/>
24+ <img src="./docs/ intro_images/pandas_dfs.png" alt="pandas dataframes" width="400"/>
2525</p >
2626
2727To instead be represented like this:
2828
2929<p align =" center " >
30- <img src="./intro_images/nestedframe.png" alt="nestedframe" width="400"/>
30+ <img src="./docs/ intro_images/nestedframe.png" alt="nestedframe" width="400"/>
3131</p >
3232
3333Where the nested data is represented as nested dataframes:
@@ -38,7 +38,7 @@ Where the nested data is represented as nested dataframes:
3838```
3939
4040<p align =" center " >
41- <img src="./intro_images/loc_into_nested.png" alt="sub-dataframe" width="225"/>
41+ <img src="./docs/ intro_images/loc_into_nested.png" alt="sub-dataframe" width="225"/>
4242</p >
4343
4444Allowing powerful and straightforward operations, like:
@@ -50,7 +50,7 @@ Allowing powerful and straightforward operations, like:
5050```
5151
5252<p align =" center " >
53- <img src="./intro_images/reduce.png" alt="using reduce" width="150"/>
53+ <img src="./docs/ intro_images/reduce.png" alt="using reduce" width="150"/>
5454</p >
5555
5656Nested-Pandas is motivated by time-domain astronomy use cases, where we see
You can’t perform that action at this time.
0 commit comments