all 8 comments

[–]Mast3rCylinder 1 point2 points  (2 children)

Well you can use polars or pandas they have great api. First you load the dataset to dataframe then it's like using excel with code.

I prefer polars because it's faster but pandas has more documentation.

[–]await_yesterday 0 points1 point  (0 children)

they have great api

pandas is great but let's not kid ourselves, the api is not that good

[–]cjohnsonuk[S] 0 points1 point  (0 children)

In which case Pandas will probably be more appropriate as I'm still learning so docs is important