2. Python's Main Tools for Statistics
Overview
This chapter presents a practical introduction to the main libraries that most statistics practitioners use in Python. It will cover some of the most important and useful concepts, functions, and Application Programming Interfaces (APIs) of each of the key libraries. Almost all of the computational tools that will be needed for the rest of this book will be introduced in this chapter.
By the end of this chapter, you will understand the idea behind array vectorization of the NumPy library and be able to use its sampling functionalities. You'll be able to initialize pandas DataFrames to represent tabular data and manipulate their content. You'll also understand the importance of data visualization in data analysis and be able to utilize Python's two most popular visualization libraries: Matplotlib and Seaborn.
- JavaScript全程指南
- The Android Game Developer's Handbook
- AWS Serverless架構(gòu):使用AWS從傳統(tǒng)部署方式向Serverless架構(gòu)遷移
- Reactive Programming with Swift
- 實戰(zhàn)Java程序設(shè)計
- Python機器學(xué)習(xí)編程與實戰(zhàn)
- 微信小程序項目開發(fā)實戰(zhàn)
- OpenStack Orchestration
- Visual Basic程序設(shè)計上機實驗教程
- C語言程序設(shè)計
- Unity 3D/2D移動開發(fā)實戰(zhàn)教程
- 算法圖解
- 深度實踐KVM:核心技術(shù)、管理運維、性能優(yōu)化與項目實施
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Cloud Development andDeployment with CloudBees