Python for Data Analytics
Block 1: Python basics
- Basics
- Variables and types
- Operations
- String operations
- Data Structures
- Conditionals
- Loops
- Comprehensions
- Functions
- Error catching
Block 2: Numpy, Pandas, and Plotly
- Intro to Numpy
- Intro to Pandas
- Data manipulation with Pandas
- Merge, join and concat with Pandas
- Handling missing data with Pandas
- Intro to Plotly
Block 4: Advanced Pandas, sklearn, and pipelines
- Date and time operations with Pandas
- Vectorized string operations and Regex with Pandas
- Intro to sklearn API
- Scaling and normalization with sklearn
- Feature engineering with sklearn
- Cross-validation with sklearn
- Hyperparameter tuning with sklearn
- Column transformers and pipelines with sklearn