Prerequisites: Datastores, and Processing CSV Data
NOTE: this unit is provided as optional bonus material for students interested in dataviz, statistics, natural language processing, and machine learning
In this unit, we'll learn how to use Python to create business intelligence and analytics tools. We'll use third-party Python packages to analyze and visualize insights gleaned from CSV data. We'll also get more familiar with taking an active, independent learning approach.
- Business Intelligence and Data Visualization
- Metrics and Key Performance Indicators (KPIs)
- Data Visualization in Python:
- Analytics and Statistics:
- The
nltk
Package - for natural language processing - The
scikitlearn
Package - for machine learning - The
keras
Package - for machine learning and neural networks
- The