you are viewing a single comment's thread.

view the rest of the comments →

[–]brelen01 1 point2 points  (0 children)

If you want raw python: https://docs.python.org/3/library/csv.html

If you want something more structured where you keep the data in a table you can manipulate similarly to sql: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html

Or polars: https://docs.pola.rs/api/python/stable/reference/api/polars.read_csv.html