No Code EDA App

Hello, Everyone!

I created an exploratory data app that can save users a bunch of time and resources (hopefully).
You can check it out here: https://whatsinmycsv.streamlit.app/
So, it used to have only basic information about the data, like

  • basic column information
  • null values
  • data head
  • numerical description
  • correlation matrix

I updated the application to now include the following as well:

  • categorical analysis
  • more robust information about each column
  • plots
  • outlier detection
  • value imputation
  • PCA.

Do you have any more suggestions for what I can add to this?