In this small article, I will illustrate how to write SQL queries in jupyter lab, perform data manipulations as well as visualizations. — Recently most of my work is focused on writing MySQL analytics queries in MySQL work bench so when I finish my queries, If I want to perform some visualization I used to download the result of queries in a csv file, load it into pandas and perform visualizations. So I…