chris1610 / sidetable

sidetable builds simple but useful summary tables of your data
https://pbpython.com
MIT License
385 stars 29 forks source link

append is deprecated #25

Closed williwacker closed 2 years ago

williwacker commented 2 years ago

sidetable\sidetable.py:445: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.

Can you please update the code accordingly.

Thanks

williwacker commented 2 years ago

Many Thanks for your fast response and resolution