Closed mattias-erhardsson closed 5 months ago
Thanks! I think the deprecation warning is something quite recent from pandas because I don't get it locally or in Colab. But should be fixed now!
For the bug: I switched around the type checks and now your example works fine; it will only check the truthiness of groups if it's sure to be a list now.
Both are fixed in a6d21ae
Description get_pca() throws errors that indicate parts of the code use deprecated code.
get_pca() do not seem to be able to use a groups df according to the documentation in order to draw colors and shapes. It seems like it is limited to only using a list to draw color.
Environment
Code for deprecated code
Error for deprecated code
Code for bugged groups input
Error for bugged groups input
Code for successful drawing using list as groups input