Replies: 1 comment 3 replies
-
Maybe you could use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In polars we are getting compute bound on conversion from python values to polars'
AnyValue
types. Currently the implementation is relatively naive.e.g. we are just branching on the
isinstance
. So I have got a few questions.is_instance
the fastest way to get type information, or would something liketype_id
be better/ cheaper?I'd love to hear from you, thanks!
Beta Was this translation helpful? Give feedback.
All reactions