polars.internals.expr.ExprDateTimeNameSpace.epoch_days¶
- ExprDateTimeNameSpace.epoch_days() polars.internals.expr.Expr ¶
Get the number of days since the unix EPOCH. If the date is before the unix EPOCH, the number of days will be negative.
Deprecated since version 0.13.9: Use
epoch()
instead.- Returns
- Days as Int32