All Projects → alastairrushworth → Inspectdf

alastairrushworth / Inspectdf

🛠️ 📊 Tools for Exploring and Comparing Data Frames

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Inspectdf

Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (-11.79%)
Mutual labels:  dataframe, exploratory-data-analysis, eda
Autoeda Resources
A list of software and papers related to automatic and fast Exploratory Data Analysis
Stars: ✭ 268 (+37.44%)
Mutual labels:  exploratory-data-analysis, eda
Data Describe
data⎰describe: Pythonic EDA Accelerator for Data Science
Stars: ✭ 269 (+37.95%)
Mutual labels:  exploratory-data-analysis, eda
Great expectations
Always know what to expect from your data.
Stars: ✭ 5,808 (+2878.46%)
Mutual labels:  exploratory-data-analysis, eda
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-11.79%)
Mutual labels:  exploratory-data-analysis, eda
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (-60%)
Mutual labels:  exploratory-data-analysis, eda
Visdat
Preliminary Exploratory Visualisation of Data
Stars: ✭ 377 (+93.33%)
Mutual labels:  exploratory-data-analysis, rstats
Sparkora
Powerful rapid automatic EDA and feature engineering library with a very easy to use API 🌟
Stars: ✭ 51 (-73.85%)
Mutual labels:  exploratory-data-analysis, eda
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+4171.28%)
Mutual labels:  exploratory-data-analysis, eda
Edarf
exploratory data analysis using random forests
Stars: ✭ 62 (-68.21%)
Mutual labels:  exploratory-data-analysis, rstats
Hn so analysis
Is there a relationship between popularity of a given technology on Stack Overflow (SO) and Hacker News (HN)? And a few words about causality
Stars: ✭ 94 (-51.79%)
Mutual labels:  exploratory-data-analysis, eda
skimpy
skimpy is a light weight tool that provides summary statistics about variables in data frames within the console.
Stars: ✭ 236 (+21.03%)
Mutual labels:  exploratory-data-analysis, eda
Scattertext
Beautiful visualizations of how language differs among document types.
Stars: ✭ 1,722 (+783.08%)
Mutual labels:  exploratory-data-analysis, eda
olliePy
OlliePy is a python package which can help data scientists in exploring their data and evaluating and analysing their machine learning experiments by utilising the power and structure of modern web applications. The data scientist only needs to provide the data and any required information and OlliePy will generate the rest.
Stars: ✭ 46 (-76.41%)
Mutual labels:  exploratory-data-analysis, eda
leila
Librería para la evaluación de calidad de datos, e interacción con el portal de datos.gov.co
Stars: ✭ 56 (-71.28%)
Mutual labels:  exploratory-data-analysis, eda
Dataexplorer
Automate Data Exploration and Treatment
Stars: ✭ 362 (+85.64%)
Mutual labels:  eda, rstats
Dataprep
DataPrep — The easiest way to prepare data in Python
Stars: ✭ 639 (+227.69%)
Mutual labels:  exploratory-data-analysis, eda
Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (+849.23%)
Mutual labels:  exploratory-data-analysis, eda
Complete Life Cycle Of A Data Science Project
Complete-Life-Cycle-of-a-Data-Science-Project
Stars: ✭ 140 (-28.21%)
Mutual labels:  exploratory-data-analysis, eda
Pandasgui
PandasGUI is a GUI for viewing, plotting and analyzing Pandas DataFrames.
Stars: ✭ 2,495 (+1179.49%)
Mutual labels:  dataframe

inspectdf

build codecov CRAN status cran checks

Overview

inspectdf is collection of utilities for columnwise summary, comparison and visualisation of data frames. Functions are provided to summarise missingness, categorical levels, numeric distribution, correlation, column types and memory usage.

The package has three aims:

  • to speed up repetitive checking and exploratory tasks for data frames
  • to make it easier to compare data frames for differences and inconsistencies
  • to support quick visualisation of data frames

Check out the package website for further documentation and examples.

Installation

To install the development version of the package, use

devtools::install_github("alastairrushworth/inspectdf")

To install the CRAN version of the package, use

install.packages("inspectdf")

Key functions

Comments? Suggestions? Issues?

Any feedback is welcome! Feel free to write a github issue or send me a message on twitter.

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].