Код: Выделить всё
df.with_columns(pl.col("^.+D$"))
Код: Выделить всё
df.with_columns(pl.col(pl.datatypes.Datetime))
Подробнее здесь: https://stackoverflow.com/questions/784 ... e-datetime
Код: Выделить всё
df.with_columns(pl.col("^.+D$"))
Код: Выделить всё
df.with_columns(pl.col(pl.datatypes.Datetime))