Skip to main content
Version: 1.1.0

tabsdata.tableframe.functions.datetime

Expr.dt
Expr.dt.add_business_days
Expr.dt.base_utc_offset
Expr.dt.cast_time_unit
Expr.dt.century
Expr.dt.combine
Expr.dt.convert_time_zone
Expr.dt.date
Expr.dt.datetime
Expr.dt.day
Expr.dt.dst_offset
Expr.dt.epoch
Expr.dt.hour
Expr.dt.is_leap_year
Expr.dt.iso_year
Expr.dt.microsecond
Expr.dt.millennium
Expr.dt.millisecond
Expr.dt.minute
Expr.dt.month
Expr.dt.month_end
Expr.dt.month_start
Expr.dt.nanosecond
Expr.dt.offset_by
Expr.dt.ordinal_day
Expr.dt.quarter
Expr.dt.replace
Expr.dt.replace_time_zone
Expr.dt.second
Expr.dt.strftime
Expr.dt.time
Expr.dt.timestamp
Expr.dt.to_string
Expr.dt.total_days
Expr.dt.total_hours
Expr.dt.total_microseconds
Expr.dt.total_milliseconds
Expr.dt.total_minutes
Expr.dt.total_nanoseconds
Expr.dt.total_seconds
Expr.dt.truncate
Expr.dt.week
Expr.dt.weekday
Expr.dt.with_time_unit
Expr.dt.year
pydoc

Expr.dt

class ExprDateTimeNameSpace(expr: ExprDateTimeNameSpace)

replace
def replace(
year: int | IntoExpr | None = None,
month: int | IntoExpr | None = None,
day: int | IntoExpr | None = None,
hour: int | IntoExpr | None = None,
minute: int | IntoExpr | None = None,
second: int | IntoExpr | None = None,
microsecond: int | IntoExpr | None = None,
ambiguous: td_Ambiguous | Expr = 'raise',
) -> Expr

pydoc

def pydoc(
categories: Literal['aggregation', 'attributes', 'date', 'description', 'logic', 'numeric', 'filters', 'generation', 'join', 'manipulation', 'projection', 'string', 'tableframe', 'type_casting', 'union'] | List[Literal['aggregation', 'attributes', 'date', 'description', 'logic', 'numeric', 'filters', 'generation', 'join', 'manipulation', 'projection', 'string', 'tableframe', 'type_casting', 'union']],
) -> Callable