Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introducing pandas_profiling (lightning talk)

Introducing pandas_profiling (lightning talk)

5 minute introduction to EDA with pandas_profiling: https://github.com/pandas-profiling/pandas-profiling

ianozsvald

April 04, 2018
Tweet

More Decks by ianozsvald

Other Decks in Technology

Transcript

  1. pandas_profiling lighting talk
    PyDataLondon 2018-04
    Ian Ozsvald @IanOzsvald ModelInsight.io

    View Slide

  2. [email protected] @IanOzsvald[.com]
    PyDataLondon 2018-04
    Why not df.describe() & df.info()?

    View Slide

  3. [email protected] @IanOzsvald[.com]
    PyDataLondon 2018-04
    pandas_profiling

    View Slide

  4. [email protected] @IanOzsvald[.com]
    PyDataLondon 2018-04
    pandas_profiling

    View Slide

  5. [email protected] @IanOzsvald[.com]
    PyDataLondon 2018-04
    pandas_profiling
    Pclass vs Fare
    and Age
    (negative
    relationship)
    is_female vs
    Survived
    (positive
    relationship)

    View Slide

  6. [email protected] @IanOzsvald[.com]
    PyDataLondon 2018-04
    Wrap-up

    Several PRs needing a review – get
    involved?

    Additions for categoricals and correlations

    Author is fairly responsive, it looks like a
    nice first project to get involved with

    View Slide