polars.date# polars.date(year: Expr | str | int, month: Expr | str | int, day: Expr | str | int) → Expr[source]# Create a Polars literal expression of type Date. Parameters: yearcolumn or literal. monthcolumn or literal, ranging from 1-12. daycolumn or literal, ranging from 1-31. Returns: Expr of type pl.Date