Commit eb85c37
committed
pandas: don't use deprecated DataFrameGroupBy.apply(include_groups: true)
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 eb85c37
File tree
2 files changed
+2
-2
lines changed- .github/workflows
- lib/charty/table_adapters
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| 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