Skip to main content
Question

Date, datetime and Polars dataframe

  • June 28, 2024
  • 0 replies
  • 8 views

Forum|alt.badge.img+6

Hello good,

 

When I work with a Pandas dataframe with the intention of transforming it to parquet to load it into Celonis, it is necessary to use "use_deprecated_int96_timestamps = True". Otherwise in Celonis the dates are recognized as integer type. However, what alternative is there when we work with Polars instead of Pandas to avoid this problem?

 

Thank you so much