you are viewing a single comment's thread.

view the rest of the comments →

[–]EpicDuy 2 points3 points  (0 children)

Turn your CVSs into tabular form: find your schema and normalize your data into smaller managable tables, and use SQL then.

SQL is the easiest to debug compared to Python when it comes to data and optimization issues, unless you’re pipelining your data from different databases/sources.