adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.17k stars 229 forks source link

Allow for drag-drop and CMD opening of pkl files #156

Closed rjsdotorg closed 3 years ago

rjsdotorg commented 3 years ago

In run_with_args.py I modified starting at line 13, and in store.py at line 831. Works with context menu opening as well.

pandasgui.zip

adamerose commented 3 years ago

Thanks, I'll include this in the next release.

For future contributions to open source projects on GitHub you should look into how to submit pull requests (rather than attaching files)