回答編集履歴
1
test
CHANGED
@@ -9,3 +9,7 @@
|
|
9
9
|
sub_df.to_csv(f'{date}.csv')
|
10
10
|
|
11
11
|
```
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
参考:[Group by: split-apply-combine # Iterating through groups](https://pandas.pydata.org/pandas-docs/stable/user_guide/groupby.html#iterating-through-groups)
|