This reference guide covers key Python libraries for statistics, with descriptions, examples, and links to official documentation. It's focused on statistical tools and overlaps with data analysis. Items listed below:
Description: Data manipulation and analysis library (DataFrames for tables, aggregation, filtering). Link: Pandas Reference
PyPI Link | Official DocsDescription: Numerical computing library (arrays, math/stats functions). Link: NumPy Reference
PyPI Link | Official DocsDescription: Low-level plotting library for visualizations. Link: Matplotlib Reference
PyPI Link | Official DocsDescription: High-level statistical plotting on top of Matplotlib. Link: Seaborn Reference
PyPI Link | Official DocsDescription: Statistical functions, hypothesis tests, distributions. Link: SciPy Reference
PyPI Link | Official DocsDescription: ML preprocessing (scaling, encoding).
PyPI Link | Official Docs