Closed fdion closed 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').
key_cols
KeyError
Speed
x
('S', 'p', 'e', 'e', 'd')
Originally posted by @fdion in https://github.com/adamerose/PandasGUI/discussions/90#discussioncomment-334866
Just pushed a few commits including a fix for this.
For the bar plot,
key_cols
is not what you'd think and it is throwing aKeyError
. Using one of the demo dataset, selectingSpeed
forx
you get notSpeed
inkey_cols
, but('S', 'p', 'e', 'e', 'd')
.Originally posted by @fdion in https://github.com/adamerose/PandasGUI/discussions/90#discussioncomment-334866