An open API service indexing awesome lists of open source software.

https://github.com/iamzehan/inspect-panda

EDA tool for Data Science & Machine Learning. Quickly inspect your dataset effortlessly with a Graphical User Interface designed to suit your needs.
https://github.com/iamzehan/inspect-panda

data-analysis data-analytics data-science data-science-projects data-visualization eda machine-learning python streamlit

Last synced: 1 day ago
JSON representation

EDA tool for Data Science & Machine Learning. Quickly inspect your dataset effortlessly with a Graphical User Interface designed to suit your needs.

Awesome Lists containing this project

README

          

# Tool for Exploratory Data Analysis meant for Data Science and Machine Learning Projects
## Inspect Panda
___

'Inspect Panda' is a tool to perform some basic and advanced exploratory data analysis on the go. It is a helper tool that saves you a ton of time to get an idea about your datasets with a few clicks.
The tools it offers are:
- Missing Values Exploration and Handling.

- Count Missing Values

- Drop NaN

- Drop Columns with NaNs

- Drop Rows with NaNs

- Fill NaNs

- ffill

- bfill

- fillna

- Scaling and Normalization

- Plot Scaled Data

- Plot Normalized Data


- Date Time anomaly Detection.

- Compare Dates

- Detect Abnormality in Dates


- Feature Selection.

- Mutual Information Gathering

- Correlations

- Clustering

- $Chi^2$

- Feature Importance

- Principal Component Analysis (PCA)

- Detecting Inconsistent Data Entries.

- Unique Values

- FuzzyWuzzy
- Powerful and Convenient visualizations

Here's the link to the app: [Link](https://inspect-panda.streamlit.app/)