Fast and Effective Exploratory Data Analysis (EDA) With Python and Pandas Profiling for Data Science

Поділитися
Вставка
  • Опубліковано 3 тра 2022
  • In this short Python EDA tutorial, we will cover the use of an excellent Python library called Pandas Profiling. This library helps us carry fast and automatic EDA on our dataset with minimal lines of code.
    Exploratory Data Analysis (EDA) is an important and essential part of the data science and machine learning workflow. It allows us to become familiar with our data by exploring it, from multiple angles, through statistics, data visualisations, and data summaries. This helps discover patterns in the data, spot outliers, and gain a solid understanding of the data we are working with.
    ⭐️ If you haven't already, make sure you subscribe to the channel: / @andymcdonald42
    ▼ --- SUPPORT THE CHANNEL --- ▼
    ☕️ BUY ME A COFFEE: www.buymeacoffee.com/andymcdo...
    ▼ --- RECOMMENDED BOOKS --- ▼
    As an Amazon Associate I earn from qualifying purchases. By buying through any of the links below I will earn commission at no extra cost to you.
    PYTHON FOR DATA ANALYSIS: Data Wrangling with Pandas, NumPy, and IPython
    UK: amzn.to/3HNycJ9
    US: amzn.to/3DL7qPv
    FUNDAMENTALS OF PETROPHYSICS
    UK: amzn.to/3l1PgSf
    PETROPHYSICS: Theory and Practice of Measuring Reservoir Rock and Fluid Transport Properties
    UK: amzn.to/30UNWZS
    US: amzn.to/3DNqBbd
    WELL LOGGING FOR EARTH SCIENTISTS
    UK: amzn.to/3FHsbfn
    US: amzn.to/3CILAuE
    GEOLOGICAL INTERPRETATION OF WELL LOGS
    UK: amzn.to/3l2v2HV
    US: amzn.to/30UOTkU
    ▼ --- SOCIAL CHANNELS --- ▼
    Thanks for watching, if you want to connect you can find me at the links below:
    / andymcdonaldgeo
    / geoandymcd
    / andymcdonaldgeo
    www.andymcdonald.scot/
    Be sure to sign up for my newsletter to be kept updated when I post and share new content on UA-cam and Medium.
    www.getrevue.co/profile/andym...
    #datascience #petrophysics #python #geoscience #eda
  • Наука та технологія

КОМЕНТАРІ • 11

  • @linamishan1831
    @linamishan1831 2 місяці тому

    Thank You so much Andy.

  • @omarabduljabar571
    @omarabduljabar571 Рік тому

    This video is Amazing Mr. Andy, very useful for me. Thank you sir!

  • @Funzelwicht
    @Funzelwicht Рік тому

    Thank you! Without your series, I would have never known this!

  • @alikoohi8265
    @alikoohi8265 2 роки тому

    Quite useful introduction and tips..👏👏

  • @SouthwestStet
    @SouthwestStet Рік тому

    This is amazing! I had no idea this tool existed. So much quicker than coding it all out with pandas+seaborn etc. Thanks for sharing

    • @AndyMcDonald42
      @AndyMcDonald42  Рік тому

      No problem!
      Its great when there is a simple one or 2 line solution that helps save time :)

  • @ronenTheBarbarian
    @ronenTheBarbarian 2 роки тому

    Hi Andy, thanks so much for this video. Would you be able to show the quickest way from EDA to using LR to predict something? Also, how do you select which features are most important?

  • @estherkerubo3779
    @estherkerubo3779 10 місяців тому +1

    Hello Andy please how can I reach you? I have been watching your videos here and I'm learning a lot and getting very much inspired with your content to get into Machine Learning for Geoscience data analysis. I am doing my MSc. project in facies characteristics and prognosis of well lo data using the k-means clustering algorithm, please I need your help and guidance.

  • @abdoulazizmahamadouhamidou2244
    @abdoulazizmahamadouhamidou2244 2 роки тому +1

    HI Andy. Thanks for the always ussefull tutos. Unfortunatly i am getting a MArkupSafe error when trying to import ProfileReport, can u sugest a workaround solution please?
    here is the error: ImportError: cannot import name 'soft_unicode' from 'markupsafe' (c:\Users\***********\anaconda3\lib\site-packages\markupsafe\__init__.py).
    Thanks in advance

    • @AndyMcDonald42
      @AndyMcDonald42  2 роки тому

      I have not come across that error before. There are a few suggestions on this website here that may be able to help you out.
      www.datasciencelearner.com/importerror-cannot-import-name-soft-unicode-from-markupsafe-solved/