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.
21
21
Nested-Pandas allows data like this:
22
22
23
23
<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"/>
25
25
</p >
26
26
27
27
To instead be represented like this:
28
28
29
29
<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"/>
31
31
</p >
32
32
33
33
Where the nested data is represented as nested dataframes:
@@ -38,7 +38,7 @@ Where the nested data is represented as nested dataframes:
38
38
```
39
39
40
40
<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"/>
42
42
</p >
43
43
44
44
Allowing powerful and straightforward operations, like:
@@ -50,7 +50,7 @@ Allowing powerful and straightforward operations, like:
50
50
```
51
51
52
52
<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"/>
54
54
</p >
55
55
56
56
Nested-Pandas is motivated by time-domain astronomy use cases, where we see
You can’t perform that action at this time.
0 commit comments