Skip to content

Instantly share code, notes, and snippets.

@ycui1
Created November 5, 2021 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ycui1/262d51214770cf4f3d30c10521dd7953 to your computer and use it in GitHub Desktop.
Save ycui1/262d51214770cf4f3d30c10521dd7953 to your computer and use it in GitHub Desktop.
>>> pd.date_range(start="12/01/2022", end="12/07/2022")
DatetimeIndex(['2022-12-01', '2022-12-02', '2022-12-03', '2022-12-04',
'2022-12-05', '2022-12-06', '2022-12-07'],
dtype='datetime64[ns]', freq='D')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment