adamerose / PandasGUI

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

Not sure if this is included or not? The ability to copy the Python code used to create the current view. #203

Closed rwebber closed 2 years ago

rwebber commented 2 years ago

I was looking for a tool that would allow me to use a GUI to buildup my views, but in the end, I need to use python/pandas without the GUI to run the filters/views on an automated schedule. It would be amazing if the pandas code required to create the view from the DF was available to be incorporated into the project.

adamerose commented 2 years ago

You can get a history of actions applied to a dataset in PandasGUI as Python code by going to Edit -> Code History