I really like the SQL cells in notebooks and much prefer to wrangle data in SQL over JS.
- I have a CSV of opportunities and another CSV of accounts. Is there a way to join them together in a SQL?
- If instead, I want to transform
opportunities
intoopportunities_clean
in a cell and then join it to a transformedaccounts_clean
in a new cell, how would I do that?