You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/runner/work/soil-id-algorithm/soil-id-algorithm/soil_id/utils.py:2162: DeprecationWarning:
DataFrameGroupBy.apply operated on the grouping columns. This behavior is deprecated, and in a future
version of pandas the grouping columns will be excluded from the operation. Either pass
`include_groups=False` to exclude the groupings or explicitly select the grouping columns after groupby to
silence this warning.
result = df.groupby("compname_grp").apply(process_group).reset_index(drop=True)
The text was updated successfully, but these errors were encountered:
Fix the code causing this warning:
The text was updated successfully, but these errors were encountered: