Damien Farrell
Damien Farrell
You must be using the same object to populate the tables? I would have to see the code.
You could look at the code in pandastable for hints where it generally avoids this overlap. Check the `drawText` method in the core.py module.
This creates a dependency on QtPy. Is this a standalone package?
Thanks for the feedback. I didn't realise scipy was required for the density plots. I usually have it installed so didn't notice. I may remove this plot type as I...
Yes it might, but I can try it and see.
Yes you can ignore this message. Some plugins that require other libraries won't be included in the windows binary.
Currently you have to update the table by calling `table.refresh()` and for some operations like overwriting the df you need to re-assign the table dataframe first using `table.model.df = df`...
You can now use `hideRowHeader()` to do this. You have to have run `show()` first.
Did you update?
You'll have to use the latest version from github. use `pip install -e git+https://github.com/dmnfarrell/pandastable.git#egg=pandastable`