Skip to content

Commit 2eab6cd

Browse files
committed
introduce to_frame()
1 parent cffc076 commit 2eab6cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hw_1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Tutorials
66

77
- [10 minutes to pandas](https://pandas.pydata.org/pandas-docs/stable/user_guide/10min.html)
8+
- [Indexing Basics](https://pandas.pydata.org/docs/user_guide/indexing.html#basics)
89
- [Group by: split-apply-combine](https://pandas.pydata.org/docs/user_guide/groupby.html)
910
- Beginning up to "GroupBy object attributes"
1011
- "Aggregation" up to "The `aggregate()` method"

lecture_1.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,7 @@
14621462
},
14631463
"source": [
14641464
"- [`groupby()`](https://pandas.pydata.org/pandas-docs/stable/user_guide/10min.html#grouping) similar to [pivot tables](https://support.google.com/docs/answer/1272900) in spreadsheets\n",
1465+
"- [`to_frame()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.to_frame.html)\n",
14651466
"- [`reset_index()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.reset_index.html)"
14661467
]
14671468
},

0 commit comments

Comments
 (0)