adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.18k stars 230 forks source link

Bar groupby is modifying pgdf.df #105

Closed fdion closed 3 years ago

fdion commented 3 years ago

Describe the bug
Once you look at a bar chart with some aggegation (by color for example), this persists across other plots

This is due to the groupby getting assigned back to pgdf.df instead of using a temporary df, like in lines.