Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.Timestamp.date#

Timestamp.date()#

Return date object with same year, month and day.

Examples

>>>ts=pd.Timestamp('2023-01-01 10:00:00.00')>>>tsTimestamp('2023-01-01 10:00:00')>>>ts.date()datetime.date(2023, 1, 1)

[8]ページ先頭

©2009-2025 Movatter.jp