Stephan Tamminga
Results
2
comments of
Stephan Tamminga
Having the same issue. Could easily be fixed by checking for type(size), right? Something like this: ` if type(size) is int: size = [size] * len(df) `
I submitted [this Pull Request](https://github.com/adamerose/PandasGUI/pull/243) to fix it. Edit: the pull request was just merged.