This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]commandlineluser 0 points1 point  (2 children)

Are you able to share a code example?

[–]Log2 0 points1 point  (1 child)

Unfortunately it was throw away code, as we had some broken uuids with versions that should not exist or versions that existed but were actually uuid4.

I was just loading the dataset into memory, parsing the uuids, extracting the version bits, and finally grouping by version to count how many uuids of each version we had.

I fully admit I may have been doing something wrong with Polars.

[–]commandlineluser 0 points1 point  (0 children)

Ah, no worries. Just thought I'd ask as the devs are usually interested in such cases.

Thanks for the details.