- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 120字
- 2021-06-24 16:44:58
Data Transformation
One of the fundamental steps of Exploratory Data Analysis (EDA) is data wrangling. In this chapter, we will learn how to merge database-style dataframes, merging on the index, concatenating along an axis, combining data with overlap, reshaping with hierarchical indexing, and pivoting long to wide format. We will come to understand the work that must be completed before transferring our information for further examination, including, removing duplicates, replacing values, renaming axis indexes, discretization and binning, and detecting and filtering outliers. We will work on transforming data using a function, mapping, permutation and random sampling, and computing indicators/dummy variables.
This chapter will cover the following topics:
Background
Merging database-style dataframes
Transformation techniques
Benefits of data transformation
- Advanced Quantitative Finance with C++
- 多媒體CAI課件設計與制作導論(第二版)
- R語言數據分析從入門到精通
- OpenCV實例精解
- Building a Home Security System with Raspberry Pi
- Visual Basic編程:從基礎到實踐(第2版)
- Magento 2 Development Cookbook
- Java程序設計與實踐教程(第2版)
- 區塊鏈技術與應用
- JavaScript應用開發實踐指南
- 計算語言學導論
- 數字媒體技術概論
- Software Architecture with Python
- Python高性能編程(第2版)
- Kotlin入門與實戰