79091644

Date: 2024-10-15 20:34:40
Score: 1
Natty:
Report link

Use the .is_*() methods available for all datatypes (docs):

import polars as pl

assert pl.UInt8.is_numeric()
assert not pl.UInt8.is_temporal()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Max