With Data Analytics Interview Prep Using Pandas you will get a 40% discount on yearly plans and a 20% monthly discount oneducative.io. It is one of the popular courses from educative.io
In this course, you will face a number of challenges across different concepts, all with the data analytics library Pandas.
Data Analytics Interview Prep Using Pandas– Developer Discount
With the exclusive Holiday discount, you can get a 20% discount on two years of access to educative.io which includes all the existing and future courses. Two-year access is just $199 after the discount. Lockin this price before it expires.
Get an additional 20 discount on the Data Analytics Interview Prep Using Pandas
Coupon: Use code devops at checkout
Also, you can get a 10% discount on all educative courses using the exclusive discount.
Coupon: Use Code Educative10 at checkout
Get a 40% educative.io annual discount
What will you learn from this course?
1. Course Introduction
- What Should You Expect from This Course?
- Datasets
2. Selection / Filters
- Introducing Selection & Filters in Pandas
- Basic Filtering
- Challenge: Multiple Filters
- Filtering by a List/String Filters
- Challenge: String Filters
3. Grouping
- Introduction to Grouping
- Challenge 1: Sum of Plays per Country (Trivial)
- Challenge 2: Sum of Plays per Country + Genre (Trivial)
- Challenge 3: Countries with >1000 Plays (Easy)
4. Dates Manipulation
- Introduction to Dates Manipulation
- Challenge 1: Count of Dates in Month (Trivial)
- Challenge 2: Count within Date Range (Trivial)
- Challenge 3: Generate Dates (Easy)
- Challenge 4: Grouping/Resampling By Month (Difficult)
- Final Quiz
- Summary & Other Concepts
5. Apply / Map
- Introduction to Using Apply/Map in Pandas
- Challenge 1: Mapping Countries to Continents (Trivial)
- Challenge 2: Band Initials (Trivial)
- Challenge 3: Is the Band Popular? (More Complex Function) (Easy)
- Challenge 4: Sales (Medium)
- Final Quiz