DataLab with SQL
Jasmin Ludolf
Senior Data Science and AI Content Developer, DataCamp


$$
SELECT sales_amount
FROM sales_data.csv
WHERE discount > 0.1 AND sales_rep = 'Bob' AND product_category = 'Clothing';
Python and R generation 
SQL, it's best to have the data loaded first, then switch to AI

DataLab with SQL