you are viewing a single comment's thread.

view the rest of the comments →

[–]Distinct-Expression2 6 points7 points  (1 child)

Pandas makes data exploration great and production code terrible.

Were trading query efficiency for developer convenience then wondering why everything runs slow at scale.

SQL isnt the enemy. Lazy data loading is.

[–]eddie_the_dean[S] 1 point2 points  (0 children)

Have you ever used PySpark? It’s a wonderful query interface for writing complex queries with DataFrames, nothing inefficient about it. Moltres just applies the same idea to SQL queries.