Pandas: 數據表格視覺化資料應用套件
- 建立在 Numpy 基礎延伸的套件
- 數據表格, 載入、整理與視覺化資料應用套件
- 處理數據方面非常的好用和簡單
- 透過標籤和索引,Pandas讓我們可以非常輕易的處理數據
- 學習pandas前要先知道pandas的兩種特有的資料結構
- DataFrame
- Series
Reference:
- Ted Petrou - Author of Pandas Cookbook and Founder of Dunder Data
- Selecting Subsets of Data in Pandas: Part 1 – Selection with [ ], .loc and .iloc
- Selecting Subsets of Data in Pandas: Part 2: Boolean Indexing
- Selecting Subsets of Data in Pandas: Part 3: Assigning subsets of data
- Selecting Subsets of Data in Pandas: Part 4: How NOT to select subsets of data
- [Selection with a MultiIndex]
- [Selecting subsets of data with methods]
- [Selections with other Index types]
- [Internals, Miscellaneous, and Conclusion]