IN-CORE / incore-docs

IN-CORE documentations
9 stars 13 forks source link

Joplin testbed pandas sum function warning #312

Closed navarroc closed 5 months ago

navarroc commented 7 months ago

There are several pandas warnings about using sum function. See below:

FutureWarning: The provided callable is currently using DataFrameGroupBy.sum. In a future version of pandas, the provided callable will be used directly. To keep current behavior pass the string "sum" instead.

navarroc commented 6 months ago

Lumberton testbed notebook has the same warning

navarroc commented 6 months ago

Galveston testbed notebook also has this warning