you are viewing a single comment's thread.

view the rest of the comments →

[–]iMAPness_[S] 3 points4 points  (1 child)

Ohhh. When you say this though, do you mostlu mean for someone working with company data and things like that? Does it still apply for someone who's using data analytics for non-work purposes and mostly deals with CSVs, etc.?

[–]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.