This repository contains my solutions to questions originally created by the respective author.
This repository contains 450 hands-on questions covering pandas, NumPy, and SQL, aimed at strengthening data analysis skills. These questions include:
-
NumPy – Array manipulations, mathematical operations, and performance-efficient computations.
-
Pandas – Data wrangling, transformations, aggregations, and performance optimizations.
-
SQL – Querying, joins, subqueries, window functions, and advanced data retrieval techniques.
LinkedIn: https://www.linkedin.com/in/avi-chawla/
Introduction
This notebook has been created for you to practice three of the most common tools used in building any machine learning or data science applications, i.e., Pandas, NumPy, and SQL!
The practice questions provided will serve as a great resource for those who are looking to familiarize themselves with some of the most common functions used in these tools.
The whole exercise has been divided into nine separate notebooks. Below are the links to all the other notebooks for you to jump from one notebook to another:
- Pandas
- NumPy
- SQL