Lesson 1: Introduction to data science
Introduction to Data Science
This lesson is an introduction to using code to analyse data. You will work with Python in a Kaggle notebook to explore some data about the weather.
In this activity you will meet the Python libraries that you’ll be using for the rest of the course to analyse and visualise data. You’ll use them here to explore the main differences in weather between five different UK locations, from the Edexcel large data set.
- Intro to Data Science – Towards Data Science
- Exploring the Python Pandas Library – Towards Data Science