- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 125字
- 2021-08-13 15:19:32
pandas-profiling
This is a GitHub project that easily allows you to create a report from a pandas DataFrame. The package will present the following measures in an interactive HTML report, which is used to evaluate the data at hand for a data science project:
- Essentials, such as type, unique values, and missing values
- Quantile statistics, such as minimum value, Q1, median, Q3, maximum, range, and interquartile range
- Descriptive statistics such as mean, mode, standard deviation, sum, median absolute deviation, the coefficient of variation, kurtosis, and skewness
- Most frequent values
- Histograms
- Correlations highlighting highly correlated variables, and Spearman and Pearson matrixes
Here is all the information about this package:
- Website: https://github.com/pandas-profiling/pandas-profiling
- Version at the time of print: 1.4.1
- Suggested install command: pip install pandas-profiling
推薦閱讀
- 集成架構(gòu)中型系統(tǒng)
- 亮劍.NET:.NET深入體驗與實戰(zhàn)精要
- Mastering Spark for Data Science
- 圖解PLC控制系統(tǒng)梯形圖和語句表
- Cloud Analytics with Microsoft Azure
- 大數(shù)據(jù)改變世界
- 工業(yè)機器人現(xiàn)場編程(FANUC)
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- CompTIA Network+ Certification Guide
- Kubernetes for Developers
- Linux服務(wù)與安全管理
- 突破,Objective-C開發(fā)速學(xué)手冊
- Building Google Cloud Platform Solutions
- TensorFlow Deep Learning Projects
- WPF專業(yè)編程指南