Send feedback
Class DatetimeMethods (0.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.4.0 keyboard_arrow_down
DatetimeMethods (
data = None ,
index : vendored_pandas_typing . Axes | None = None ,
dtype : typing . Optional [
bigframes . dtypes . DtypeString | bigframes . dtypes . Dtype
] = None ,
name : str | None = None ,
copy : typing . Optional [ bool ] = None ,
* ,
session : typing . Optional [ bigframes . session . Session ] = None
)
Accessor object for datetime-like properties of the Series values.
Properties
date
Returns numpy array of Python datetime.date
objects.
Namely, the date part of Timestamps without time and
timezone information.
Warning:
This method returns a Series whereas pandas returns
a numpy array.
day
dayofweek
The day of the week with Monday=0, Sunday=6.
Return the day of the week. It is assumed the week starts on
Monday, which is denoted by 0 and ends on Sunday which is denoted
by 6. This method is available on both Series with datetime
values (using the dt
accessor) or DatetimeIndex.
Returns Type Description Series or Index
Containing integers indicating the day number.
hour
The hours of the datetime.
minute
The minutes of the datetime.
month
The month as January=1, December=12.
quarter
The quarter of the date.
Warning:
This method returns a Series whereas pandas returns
a numpy array.
second
The seconds of the datetime.
time
Returns numpy array of datetime.time
objects.
The time part of the Timestamps.
Warning:
This method returns a Series whereas pandas returns
a numpy array.
year
The year of the datetime.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-11 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-09-11 UTC."}