pandas.Timestamp — pandas 1.3.5 documentation
pandas.pydata.org › api › pandasJan 01, 2017 · It’s the type used for the entries that make up a DatetimeIndex, and other timeseries oriented data structures in pandas. Parameters ts_inputdatetime-like, str, int, float Value to be converted to Timestamp. freqstr, DateOffset Offset which Timestamp will have. tzstr, pytz.timezone, dateutil.tz.tzfile or None