Hello, I found several error on this page:
- Imports: the instructions for the initial imports throws a
UsageError.
Specifically, it's this line:
. Please change this so there's no space between
%
and
matplotlib,
so that instead the line looks like this:
%matplotlib inline
2. KeyErrors: Please replace wherever the file uses "ATK" and "DEF" with "Sp. Atk" and "Sp. Def", respectively. These keys reflect what's present in the Pokemon.csv file.
3. Factor Plot: when making the factor plot on this page, the tutorial uses the .factorplot method of the seaborn package. While this worked okay for me, I think I should still mention that I did get this warning: .factorplot is no longer going to be supported in upcoming versions of seaborn. Furthermore, the message I got suggested using .catplot instead.
Besides these small errors I found, this tutorial has been massively useful as an introduction to me. Please make these changes and keep being awesome!
Hello, I found several error on this page:
UsageError.Specifically, it's this line:
. Please change this so there's no space between
%
and
matplotlib,
so that instead the line looks like this:
%matplotlib inline2. KeyErrors: Please replace wherever the file uses "ATK" and "DEF" with "Sp. Atk" and "Sp. Def", respectively. These keys reflect what's present in the Pokemon.csv file.
3. Factor Plot: when making the factor plot on this page, the tutorial uses the
.factorplotmethod of the seaborn package. While this worked okay for me, I think I should still mention that I did get this warning:.factorplotis no longer going to be supported in upcoming versions of seaborn. Furthermore, the message I got suggested using.catplotinstead.Besides these small errors I found, this tutorial has been massively useful as an introduction to me. Please make these changes and keep being awesome!