Skip to content

Commit e302236

Browse files
committed
fix paths
1 parent 3367e38 commit e302236

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ is used internally to aid in scalability and performance.
2121
Nested-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

2727
To 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

3333
Where 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

4444
Allowing 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

5656
Nested-Pandas is motivated by time-domain astronomy use cases, where we see

0 commit comments

Comments
 (0)