Type Definition polars_core::datatypes::DateChunked

source ·
pub type DateChunked = Logical<DateType, Int32Type>;
Available on crate feature dtype-date only.

Implementations§

Available on crate features temporal or dtype-datetime or dtype-date only.
Available on crate features temporal or dtype-datetime or dtype-date only.

Construct a new DateChunked from an iterator over NaiveDate.

Available on crate features temporal or dtype-datetime or dtype-date only.

Format Date with a fmt rule. See chrono strftime/strptime.

Available on crate features temporal or dtype-datetime or dtype-date only.

Construct a new DateChunked from an iterator over optional NaiveDate.

Trait Implementations§

Converts to this type from the input type.
Get data type of ChunkedArray.
Gets AnyValue from LogicalType
Safety Read more
Initialize by name and values.
Initialize by name and values.