adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.19k stars 236 forks source link

Context menu Open With multiple files into single GUI #141

Open adamerose opened 3 years ago

adamerose commented 3 years ago

Selecting multiple CSVs and selecting "Open with PandasGUI" will launch separate Python instances for each one.

The solution likely requires this workaround: https://superuser.com/a/945456/681601

adamerose commented 3 years ago

Also should only show the Open with PandasGUI option on files of supported type