Python| Pandas Period.hour
Python是一种用于进行数据分析的出色语言,主要是因为以数据为中心的Python包的奇妙生态系统。 Pandas就是其中之一,它使导入和分析数据变得更加容易。
Pandas Period.hour属性返回一个整数值,指示给定 Period 对象中小时的值。
Syntax : Period.hour
Parameters : None
Return : hour value
示例 #1:使用 Period.hour 属性在给定的 Period 对象中查找小时的值。
Python3
# importing pandas as pd
import pandas as pd
# Create the Period object
prd = pd.Period(freq ='H', year = 2001, month = 2, day = 21, hour = 8)
# Print the Period object
print(prd)
Python3
# return the hour value
prd.hour
Python3
# importing pandas as pd
import pandas as pd
# Create the Period object
prd = pd.Period(freq ='T', year = 2006, month = 10, hour = 15, minute = 49)
# Print the Period object
print(prd)
Python3
# return the hour value
prd.hour
输出 :
现在我们将使用 Period.hour 属性在 prd 对象中查找小时值。
Python3
# return the hour value
prd.hour
输出 :
正如我们在输出中看到的,Period.hour 属性返回了“8”,表示以下对象中的小时值为 8。
示例 #2:使用 Period.hour 属性在给定的 Period 对象中查找小时的值。
Python3
# importing pandas as pd
import pandas as pd
# Create the Period object
prd = pd.Period(freq ='T', year = 2006, month = 10, hour = 15, minute = 49)
# Print the Period object
print(prd)
输出 :
现在我们将使用 Period.hour 属性在 prd 对象中查找小时值。
Python3
# return the hour value
prd.hour
输出 :
正如我们在输出中看到的,Period.hour 属性返回了“15”,表示以下对象中的小时值为 15。