What’s new in each version

This page contains information about what has changed in each new version of yasc.

v0.0.1 (May 2020)

This is the first release only with a data module providing a data frame of german credit data and an exploratory data analysis (EDA) module to generate descriptive statistics and analyze correlation.

New functions

  • german_data()

  • missing_stat()

  • numeric_stat()

  • categorical_stat()

  • describe()

  • corr_analysis()