Writing 5 common SQL queries in pandas

Leveraging your SQL data manipulation skills to learn pandas

Zolzaya Luvsandorj
Towards Data Science
7 min readSep 14, 2020

--

Being able to skillfully manipulate data with both SQL and pandas, a data analysis library in Python, is a valuable skill to have for data analysts, data scientists and anyone working with data. In this post, we will look at side-by-side comparisons of SQL queries and their counterparts in pandas.

Image by author

--

--