🔑 Key Learnings
- Performed data manipulation and data visualisation using Pandas and Matplotlib libraries.
- Created dataframes and used filtering techniques.
- Built a line plot and scatter plot.
View my project here!
🔑 Key Learnings
- Created prototype set of keywords for search campaign for an online furniture retailer.
- Created dataframes.
View my project here!
View my project here!
View my project here!
🔑 Key Learnings
- Using aggregate functions such as
SUM()
,MAX()
- Filter techniques such as
WHERE
,GROUP BY
- Sorting using
ORDER BY
- Limit results using
LIMIT
clause - Subquery in
WHERE
clause
View my project here!
🔑 Key Learnings
- Using aggregate functions such as
MAX()
,MIN()
,COUNT()
- Filter techniques such as
WHERE
,GROUP BY
andHAVING
- Sorting using
ORDER BY
- Inner
JOIN
andLEFT JOIN
View my project here!