Wednesday, 31 July 2019

🐼 New DataSet Exploration in less time 🐼

       Just Use pandas_profiling  :  A Fantastic Package

        Steps:

  • Install pandas_profiling library via pip or conda. 
            pip install pandas-profiling
            conda install -c conda-forge pandas-profiling
  • import pandas_profiling
  • It's a time saving trick in few lines of code when exploring the  data.


No comments:

Post a Comment