Commit f8c6b2c
authored
pandas: don't use deprecated DataFrameGroupBy.apply(include_groups: true) (#121)
It's deprecated in pandas 2.3.0:
https://pandas.pydata.org/docs/whatsnew/v2.3.0.html#deprecations
> The deprecation of setting the argument include_groups to True in
> DataFrameGroupBy.apply() has been promoted from a DeprecationWarning
> to FutureWarning; only False will be allowed (GH 7155)1 parent 9eeeaf2 commit f8c6b2c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments