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

https://github.com/m-clark/exploratory-data-analysis-tools

A survey of tools that make EDA more automated.
https://github.com/m-clark/exploratory-data-analysis-tools

eda exploratory-data-analysis r

Last synced: about 1 month ago
JSON representation

A survey of tools that make EDA more automated.

Awesome Lists containing this project

README

          

---
output:
github_document:
# toc: true
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = NA,
fig.path = "man/figures/README-",
out.width = "100%"
)
```

## Exploratory Data Analysis

This is workshop content for exploratory data analysis. The inspiration is the following article:

Staniak & Biecek (2019). The Landscape of R Packages for Automated Exploratory Data Analysis. R Journal. ([link](https://journal.r-project.org/archive/2019/RJ-2019-033/index.html))

I was curious about some of these tools for my own use and thought I'd make a workshop out of it. The workshop itself will mostly be demonstration, allowing the participants to run the code alongside me. The website is at: https://m-clark.github.io/exploratory-data-analysis-tools/