adamerose / PandasGUI

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

included fix for importing Literal in py<3.8 #163

Closed tunayokumus closed 3 years ago

tunayokumus commented 3 years ago

Here is a PR to include fix for the ModuleImport error encountered in Python versions <3.8.

There is an open issue and fix suggestion here: https://github.com/adamerose/PandasGUI/issues/159