1

I don't see any sort of logging implemented in Pola-rs.

I am curious to know what desgin decisions/ philosophy went behind choosing not to implement any loggings in pola-rs and how is the library debugged, if anyone is willing to throw some light at it?

iamsmkr
  • 800
  • 2
  • 10
  • 29

1 Answers1

0

I am not sure what type of logging capabilities you have in mind, but you can check out the inspect instruction.

Here are the links for the Polars API reference:

inspect for expressions: https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.Expr.inspect.html#polars.Expr.inspect

inspect for lazyframes: https://pola-rs.github.io/polars/py-polars/html/reference/lazyframe/api/polars.LazyFrame.inspect.html#polars.LazyFrame.inspect

Luca
  • 1,216
  • 6
  • 10