File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3108,6 +3108,7 @@ Name: a, dtype: int64
3108
3108
``` python
3109
3109
< Sr> = < Sr> .append(< Sr> ) # Or: pd.concat(<coll_of_Sr>)
3110
3110
< Sr> = < Sr> .combine_first(< Sr> ) # Adds items that are not yet present (extends).
3111
+ combine, update?
3111
3112
```
3112
3113
3113
3114
#### Aggregations:
@@ -3131,6 +3132,7 @@ Name: a, dtype: int64
3131
3132
``` python
3132
3133
< Sr> = < Sr> .diff/ cumsum/ rank/ pct_change() # …/fillna/ffill/interpolate()
3133
3134
< Sr> = < Sr> .apply/ agg/ transform(< trans_func> )
3135
+ map ?
3134
3136
```
3135
3137
3136
3138
``` python
Original file line number Diff line number Diff line change 2637
2637
</ code > </ pre >
2638
2638
< pre > < code class ="python language-python hljs "> <Sr> = <Sr>.append(<Sr>) < span class ="hljs-comment "> # Or: pd.concat(<coll_of_Sr>)</ span >
2639
2639
<Sr> = <Sr>.combine_first(<Sr>) < span class ="hljs-comment "> # Adds items that are not yet present (extends).</ span >
2640
+ combine, update?
2640
2641
</ code > </ pre >
2641
2642
< div > < h4 id ="aggregations "> Aggregations:</ h4 > < pre > < code class ="python language-python hljs "> <el> = <Sr>.sum/max/mean/idxmax/all()
2642
2643
<el> = <agg_func>(<Sr>)
2653
2654
</ code > </ pre >
2654
2655
< div > < h4 id ="transformations "> Transformations:</ h4 > < pre > < code class ="python language-python hljs "> <Sr> = <Sr>.diff/cumsum/rank/pct_change() < span class ="hljs-comment "> # …/fillna/ffill/interpolate()</ span >
2655
2656
<Sr> = <Sr>.apply/agg/transform(<trans_func>)
2657
+ map?
2656
2658
</ code > </ pre > </ div >
2657
2659
2658
2660
< pre > < code class ="python language-python hljs "> +-------------+--------+-----------+---------------+
You can’t perform that action at this time.
0 commit comments