- Python Data Visualization Cookbook(Second Edition)
- Igor Milovanovi? Dimitry Foures Giuseppe Vettigli
- 89字
- 2021-07-30 10:05:49
Chapter 2. Knowing Your Data
In this chapter, we'll cover the following topics:
- Importing data from CSV
- Importing data from Microsoft Excel files
- Importing data from fixed-width data files
- Importing data from tab-delimited files
- Importing data from a JSON resource
- Exporting data to JSON, CSV, and Excel
- Importing and manipulating data with Pandas
- Importing data from a database
- Cleaning up data from outliers
- Reading files in chunks
- Reading streaming data sources
- Importing image data into NumPy arrays
- Generating controlled random datasets
- Smoothing the noise in real-world data
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- TypeScript Essentials
- LabVIEW Graphical Programming Cookbook
- Android開發精要
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Instant Typeahead.js
- C語言程序設計實踐教程
- 高級C/C++編譯技術(典藏版)
- Linux Device Drivers Development
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Learning Unreal Engine Android Game Development
- 實戰Java高并發程序設計(第2版)
- scikit-learn Cookbook(Second Edition)
- R語言數據挖掘:實用項目解析