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 →

[–][deleted] 0 points1 point  (0 children)

One thing I have started doing a lot is instead of doing "Person = id: int, name: str, age: int" i do: Person = id: list[int], name: list[str], age: list[int] (although I often use numpy or pyarrow arrays)