adamerose / PandasGUI

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

Allow any kind of file extension #241

Open Maruchero opened 11 months ago

Maruchero commented 11 months ago

The problem

I've got some parquet files that don't have any extension. I would like to open those files through Edit > Import or just by dragging and dropping, but I can't and I have to rename them adding .parquet at the end of their names.

Proposed solution