danfo.dateRange
Return a fixed frequency Dates spread between start and end parameters.
danfo.dateRange(options)
Parameters
Type
Description
options
Object
Includes any of the following:
start: Left bound for generating dates.
end: Right bound for generating dates.
period : Number of periods to generate.
offSet: Date range offset
freq: Date range frequency. One of ["M","D","s","H","m","Y"]
Examples
Datetime properties of Series or datetime-like columns in DataFrame can be accessed via accessors in the dt name space. See Accessors
Last updated