adamerose / PandasGUI

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

Bar plot not working in current develop branch #93

Closed fdion closed 3 years ago

fdion commented 3 years ago

For the bar plot, key_cols is not what you'd think and it is throwing a KeyError. Using one of the demo dataset, selecting Speed for x you get not Speed in key_cols, but ('S', 'p', 'e', 'e', 'd').

Originally posted by @fdion in https://github.com/adamerose/PandasGUI/discussions/90#discussioncomment-334866

adamerose commented 3 years ago

Just pushed a few commits including a fix for this.

image