使用 SQL 的 DataLab
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 與 R 
SQL,先載入資料再切換到 AI 較佳

使用 SQL 的 DataLab