ion-elgreco / polars-hash

Polars plugin for stable hashing functionality
MIT License
51 stars 4 forks source link

avoid private _utils import #23

Closed MarcoGorelli closed 6 months ago

MarcoGorelli commented 6 months ago

_utils is private and can change without warning

But I don't think you need this anyway, as register_expression calls parse_as_expression on its inputs anyway