Bite Sized Learning - Auto EDA
Auto EDA using Pandas-Profiling & QuickDA New to coding... Tired of writing lines of codes to explore data...worry not..here is something exciting to minize the codes but maximize the outcome If you are using NumPy, Pandas, Matplotlib, Seaborn library etc. you might have extensively used several functions to explore the data and clean/prepare the data for modelling. However with advancement in data science field and new libraries getting introduced everyday data exploration or Explorartory Data Analysis (EDA) has become much easier. We will see two magical packages Pandas-profling and QuickDA through which you can automatically do EDA with minial coding Refer to this link to view the sample Jupyter Notebook - Auto EDA