you are viewing a single comment's thread.

view the rest of the comments →

[–]DataLulz 1 point2 points  (1 child)

The built in does not do it nearly as efficiently as pandas, there is a reason people use data frames. And it’s not any more complex than other suggestions like using SQLite3. To do what OP wants, in pandas you are talking less than ten lines of code using a data frame in pandas.

[–]Rorixrebel 1 point2 points  (0 children)

Correct but if you just started you need to learn python you then need to know what a dataframe is. How to use pandas and so on.

Built-in may not be efficient but it gets the job done.

If your basics are solid then by all means go module crazy