A python package to support exploratory data analysis!
Catherine Meng, Jessie Zhang, Zheng He
check_csv
Check if the given file is a CSV file by its extension.missing_value_summary
This function is to provide a summary of missing values in the dataset.get_summary_statistics
Generate summary statistics for specified columns or all columns if none are provided.
$ pip install pyeda
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
pyeda
was created by Catherine Meng, Jessie Zhang, Zheng He. It is licensed under the terms of the MIT license.
pyeda
was created with cookiecutter
and the py-pkgs-cookiecutter
template.