2022年7月27日 星期三

dataframe

 dataframe

2022/07/27

-----


https://pixabay.com/zh/illustrations/people-silhouettes-lots-collection-943873/

-----

一、Series and Dataframe

「DataFrame 既有行索引也有列索引,它可以被看做由 Series 組成的字典(共同用一個索引)。」[1]。

-----

二、values and columns


「可以透過下列方法查看目前資料的資訊


.shape

.describe()

.head()

.tail()

.columns

.index

.info()」[2]。

-----

References


[1] Pandas 数据结构 – DataFrame | 菜鸟教程

https://www.runoob.com/pandas/pandas-dataframe.html


[2] [Python] Pandas 基礎教學

https://oranwind.org/python-pandas-ji-chu-jiao-xue/


# Series、DataFrame

[3] [Pandas教學]資料分析必懂的Pandas Series處理單維度資料方法

https://www.learncodewithmike.com/2020/10/python-pandas-series-tutorial.html


# Series、DataFrame

[4] [Pandas教學]資料分析必懂的Pandas DataFrame處理雙維度資料方法

https://www.learncodewithmike.com/2020/11/python-pandas-dataframe-tutorial.html

-----

Pandas(目錄)

https://mandhistory.blogspot.com/2022/05/pandas.html

-----

Python Machine Learning(目錄)

https://mandhistory.blogspot.com/2022/05/python.html

-----

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。