edapy: Exploratory Data Analysis with Python

Description Usage Value Examples

View source: R/edapy.R

Description

A Shiny app for automated Exploratory Data Analysis with Python, based on the R interface to Python reticulate. Run the app locally by calling the function or launch it directly in the web from https://statsomat.shinyapps.io/edapy. Follow the Instructions in the GUI of the app to generate a PDF report or Python code to reproduce numerical and graphical results. Check also the GitHub repository of the app for more details https://github.com/Statsomat/edapy. System Requirements: Python >=3. Imports numpy, pandas, seaborn, matplotlib, scipy, statsmodels, tabulate, sys, warnings.

Usage

1

Value

Shiny app opens in viewer or browser.

Examples

1
2
3
4
5
## Not run: 
library(Statsomat)
edapy()

## End(Not run)

Statsomat documentation built on Nov. 17, 2021, 5:17 p.m.

Related to edapy in Statsomat...