How to rewrite your SQL queries in Python with Pandas

Reproducing the same SQL queries result in Python

June Tao Ching
Towards Data Science
3 min readJul 26, 2020

--

Photo by Hitesh Choudhary on Unsplash

Some of us are familiar with data manipulation in SQL but not in Python, we tend to switch frequently between SQL and Python in a project, result in reducing our efficiency and productivity. In fact, we can achieve a similar result of SQL in Python using Pandas.

--

--