machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

Group_by gives a deprecated warning #482

Open Jovaz0r opened 1 month ago

Jovaz0r commented 1 month ago

Love the package, great work. Using the group_by function now gives a warning stating that:

C:\Users****\anaconda3\Lib\site-packages\siuba\dply\verbs.py:293: FutureWarning: DataFrameGroupBy.grouper is deprecated and will be removed in a future version of pandas.

Maybe an outdated api reference?