# pandas_exercises **Repository Path**: flashriver/pandas_exercises ## Basic Information - **Project Name**: pandas_exercises - **Description**: Practice your pandas skills! - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pandas Exercises Fed up with a ton of tutorials but no easy way to find exercises I decided to create a repo just with exercises to practice pandas. Don't get me wrong, tutorials are great resources, but to learn is to do. So unless you practice you won't learn. There will be three different types of files:       1. Exercise instructions       2. Solutions without code       3. Solutions with code and comments My suggestion is that you learn a topic in a tutorial or video and then do exercises. Learn one more topic and do exercises. If you got the answer wrong, don't go directly to the solution with code. Suggestions and collaborations are more than welcome. Please open an issue or make a PR. :) # Lessons | | | | |:-----------------------------------------------:|:----------------------------------------------:|:-----------------:| |[Getting and knowing](#getting-and-knowing) | [Merge](#merge) |[Time Series](#time-series)| |[Filtering and Sorting](#filtering-and-sorting) | [Stats](#stats) |[Deleting](#deleting) | |[Grouping](#grouping) | [Visualization](#visualization) |Indexing | |[Apply](#apply) | [Creating Series and DataFrames](#creating-series-and-dataframes) |Exporting| ### [Getting and knowing](https://github.com/guipsamora/pandas_exercises/tree/master/01_Getting_%26_Knowing_Your_Data) [Chipotle](https://github.com/guipsamora/pandas_exercises/tree/master/01_Getting_%26_Knowing_Your_Data/Chipotle) [Occupation](https://github.com/guipsamora/pandas_exercises/tree/master/01_Getting_%26_Knowing_Your_Data/Occupation) [World Food Facts](https://github.com/guipsamora/pandas_exercises/tree/master/01_Getting_%26_Knowing_Your_Data/World%20Food%20Facts) ### [Filtering and Sorting](https://github.com/guipsamora/pandas_exercises/tree/master/02_Filtering_%26_Sorting) [Chipotle](https://github.com/guipsamora/pandas_exercises/tree/master/02_Filtering_%26_Sorting/Chipotle) [Euro12](https://github.com/guipsamora/pandas_exercises/tree/master/02_Filtering_%26_Sorting/Euro12) [Fictional Army](https://github.com/guipsamora/pandas_exercises/tree/master/02_Filtering_%26_Sorting/Fictional%20Army) ### [Grouping](https://github.com/guipsamora/pandas_exercises/tree/master/03_Grouping) [Alcohol Consumption](https://github.com/guipsamora/pandas_exercises/tree/master/03_Grouping/Alcohol_Consumption) [Occupation](https://github.com/guipsamora/pandas_exercises/tree/master/03_Grouping/Occupation) [Regiment](https://github.com/guipsamora/pandas_exercises/tree/master/03_Grouping/Regiment) ### [Apply](https://github.com/guipsamora/pandas_exercises/tree/master/04_Apply) [Students Alcohol Consumption](https://github.com/guipsamora/pandas_exercises/tree/master/04_Apply/Students_Alcohol_Consumption) [US_Crime_Rates](https://github.com/guipsamora/pandas_exercises/tree/master/04_Apply/US_Crime_Rates) ### [Merge](https://github.com/guipsamora/pandas_exercises/tree/master/05_Merge) [Auto_MPG](https://github.com/guipsamora/pandas_exercises/tree/master/05_Merge/Auto_MPG) [Fictitious Names](https://github.com/guipsamora/pandas_exercises/tree/master/05_Merge/Fictitous%20Names) [House Market](https://github.com/guipsamora/pandas_exercises/tree/master/05_Merge/Housing%20Market) ### [Stats](https://github.com/guipsamora/pandas_exercises/tree/master/06_Stats) [US_Baby_Names](https://github.com/guipsamora/pandas_exercises/tree/master/06_Stats/US_Baby_Names) [Wind_Stats](https://github.com/guipsamora/pandas_exercises/tree/master/06_Stats/Wind_Stats) ### [Visualization](https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization) [Chipotle](https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization/Chipotle) [Titanic Disaster](https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization/Titanic_Desaster) [Scores](https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization/Scores) [Online Retail](https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization/Online_Retail) [Tips](https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization/Tips) ### [Creating Series and DataFrames](https://github.com/guipsamora/pandas_exercises/tree/master/08_Creating_Series_and_DataFrames) [Pokemon](https://github.com/guipsamora/pandas_exercises/tree/master/08_Creating_Series_and_DataFrames/Pokemon) ### [Time Series](https://github.com/guipsamora/pandas_exercises/tree/master/09_Time_Series) [Apple_Stock](https://github.com/guipsamora/pandas_exercises/tree/master/09_Time_Series/Apple_Stock) [Getting_Financial_Data](https://github.com/guipsamora/pandas_exercises/tree/master/09_Time_Series/Getting_Financial_Data) [Investor_Flow_of_Funds_US](https://github.com/guipsamora/pandas_exercises/tree/master/09_Time_Series/Getting_Financial_Data) ### [Deleting](https://github.com/guipsamora/pandas_exercises/tree/master/10_Deleting) [Iris](https://github.com/guipsamora/pandas_exercises/tree/master/10_Deleting/Iris) [Wine](https://github.com/guipsamora/pandas_exercises/tree/master/10_Deleting/Wine)