I had an error with my matplotlib version which required to change to lowercase the backend names.
I then had warnings about "setting an item of incompatible type being deprecated and raising in a future version of panda". I found this Stackoverflow that helped me solve it by just casting the two type columns to floats.
I had an error with my matplotlib version which required to change to lowercase the backend names.
I then had warnings about "setting an item of incompatible type being deprecated and raising in a future version of panda". I found this Stackoverflow that helped me solve it by just casting the two type columns to floats.