All Projects → AmitHasanShuvo → data-inspector

AmitHasanShuvo / data-inspector

Licence: MIT License
Data Inspector is an open-source python library that brings 15++ types of different functions to make EDA, data cleaning easier.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to data-inspector

EDA-protocol-movement-data
Step-by-step exploratory movement data analysis protocol in a Jupyter notebook
Stars: ✭ 19 (-50%)
Mutual labels:  exploratory-data-analysis
student-grade-analytics
Analyse academic and non-academic information of students and predict grades
Stars: ✭ 17 (-55.26%)
Mutual labels:  exploratory-data-analysis
adenine
ADENINE: A Data ExploratioN PipelINE
Stars: ✭ 15 (-60.53%)
Mutual labels:  exploratory-data-analysis
Breast-cancer-risk-prediction
Classification of Breast Cancer diagnosis Using Support Vector Machines
Stars: ✭ 143 (+276.32%)
Mutual labels:  exploratory-data-analysis
Sparkora
Powerful rapid automatic EDA and feature engineering library with a very easy to use API 🌟
Stars: ✭ 51 (+34.21%)
Mutual labels:  exploratory-data-analysis
leila
Librería para la evaluación de calidad de datos, e interacción con el portal de datos.gov.co
Stars: ✭ 56 (+47.37%)
Mutual labels:  exploratory-data-analysis
kana
Single cell analysis in the browser
Stars: ✭ 81 (+113.16%)
Mutual labels:  exploratory-data-analysis
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+105.26%)
Mutual labels:  exploratory-data-analysis
Kaggle
Kaggle Kernels (Python, R, Jupyter Notebooks)
Stars: ✭ 26 (-31.58%)
Mutual labels:  exploratory-data-analysis
learnr
Exploratory, Inferential and Predictive data analysis. Feel free to show your ❤️ by giving a star ⭐
Stars: ✭ 64 (+68.42%)
Mutual labels:  exploratory-data-analysis
dqlab-career-track
A collection of scripts written to complete DQLab Data Analyst Career Track 📊
Stars: ✭ 53 (+39.47%)
Mutual labels:  exploratory-data-analysis
Data-Science-Series
For all those who're struggling to find a good hands-on resource (with case studies) to master their Data Science skills, Here's all what you need!
Stars: ✭ 48 (+26.32%)
Mutual labels:  exploratory-data-analysis
furniture
The furniture R package contains table1 for publication-ready simple and stratified descriptive statistics, tableC for publication-ready correlation matrixes, and other tables #rstats
Stars: ✭ 43 (+13.16%)
Mutual labels:  exploratory-data-analysis
kushner eb5 census
Jared Kushner and his partners used a program meant for job-starved areas to build a luxury skyscraper
Stars: ✭ 49 (+28.95%)
Mutual labels:  exploratory-data-analysis
Fraud-Analysis
Insurance fraud claims analysis project
Stars: ✭ 37 (-2.63%)
Mutual labels:  exploratory-data-analysis
loon
A Toolkit for Interactive Statistical Data Visualization
Stars: ✭ 45 (+18.42%)
Mutual labels:  exploratory-data-analysis
Data-Science-101
Notes and tutorials on how to use python, pandas, seaborn, numpy, matplotlib, scipy for data science.
Stars: ✭ 19 (-50%)
Mutual labels:  exploratory-data-analysis
MetaOmGraph
MetaOmGraph: a workbench for interactive exploratory data analysis of large expression datasets
Stars: ✭ 30 (-21.05%)
Mutual labels:  exploratory-data-analysis
skimpy
skimpy is a light weight tool that provides summary statistics about variables in data frames within the console.
Stars: ✭ 236 (+521.05%)
Mutual labels:  exploratory-data-analysis
How-to-score-0.8134-in-Titanic-Kaggle-Challenge
Solution of the Titanic Kaggle competition
Stars: ✭ 114 (+200%)
Mutual labels:  exploratory-data-analysis

Data Inspector

Author MIT Contributions welcome Stars Downloads

Data Inspector is an open-source python library that brings 15 types of different functions to make EDA, data cleaning easier.

Author: Kazi Amit Hasan

Project Description:

Data Inspector brings 15++ essential exploratory data analysis, data cleaning automations to make a dataset understandable. This is a perfect tool to get started with you data.

Latest Added Feature:

Added regplots in the library

Installation:

pip install data-inspector

Package available at https://pypi.org/project/data-inspector/

Available automation:

  1. Line plot : line_plot(data, x_data, y_data, x_label="", y_label="", title="")
  2. Skew feature: plot_skewed_feature(data, column)
  3. Showing data distribution: show_distribution(data, column)
  4. Scatter plot: plot_scatter(data,x_data, y_data)
  5. Correlation plot: plot_correlation(data)
  6. Create histogram: histogram(data,column, x_label, y_label, title)
  7. Create bar plot: plot_bar(data, column, xlabel, ylabel, title)
  8. Create boxplots of all features: box_plot(data)
  9. Checking dataset's shape: datasetShape(data)
  10. Get dataset's diagnostic plots: diagnostic_plots(data, variable)
  11. Divide numerical and categorical features: divideFeatures(data)
  12. Fill NaN values: fillNan(data, column, value)
  13. Get pearson's correlation between two variables: get_correlation(column_1, column_2, data)
  14. Plotting kde plots: plot_cont_kde(data, var)
  15. Automatic calculating the missing values and their percentage along with visualization : calculating_missing_values(data)
  16. Regression plot with 95% CI : plot_regplot(data,x_data, y_data)

Tutorial:

Link: https://github.com/AmitHasanShuvo/data-inspector/blob/main/notebook/example%20notebook.ipynb
Colab link: https://colab.research.google.com/drive/1mj9gz2XyQprSYdKMUKlKkJ9Qi8XmleHW?usp=sharing

Some visualizations:



How to cite:

@online{data-inspector,
title={data-inspector},
url={https://pypi.org/project/data-inspector/},
urldate = {2021-08-21}, 
publisher={Kazi Amit Hasan}
}

Future Works:

  1. Add some automations for time series data.

How to contribute:

Any contribution would be highly appreciated. Kindly go through the guidelines for contributing in github.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].