Skip to content

5. More Advanced Vizualizations #6

@UPstartDeveloper

Description

@UPstartDeveloper

Hello, I found several error on this page:

  1. Imports: the instructions for the initial imports throws a UsageError.
    Specifically, it's this line:
% matplotlib inline

. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions