導論

Python 的降維

Jeroen Boeye

Head of Machine Learning, Faktion

整潔資料(Tidy data)

整潔資料範例

Python 的降維

整潔資料(Tidy data)

整潔資料欄

Python 的降維

整潔資料(Tidy data)

整潔資料列

Python 的降維

整潔資料(Tidy data)

整潔資料值

Python 的降維

`shape` 屬性

整潔資料範例

pokemon_df.shape
(5, 7)
Python 的降維

何時使用降維?

整潔資料範例

Python 的降維

何時使用降維?

整潔資料常數

Python 的降維

`describe` 方法

pokemon_df.describe()

describe 輸出

Python 的降維

`describe` 方法

pokemon_df.describe()

describe 輸出(標註)

Python 的降維

`describe` 方法

pokemon_df.describe(exclude='number')

非數值 describe

Python 的降維

`describe` 方法

pokemon_df.describe(exclude='number')

非數值 describe(標註)

Python 的降維

一起來練習吧!

Python 的降維

Preparing Video For Download...