Reading CSV files
Lesson 1 / 9
Lesson video
The video is not available yet.
Lesson slides
not available yet
Lesson details
Lesson outcome
I can read and structure data in a CSV file.
Show transcript
CSV text files group data together on individual lines and separates values in these groups by commas.
CSV files can be read by a range of different spreadsheet software packages as well as Python files.
Each item is seperated by a comma, each record is seperated over a new row in the file.
A CSV file is the same as any other text file where each row is stored as string.
Worksheet
not available yet
Quizzes
This quiz is not available yet.
What pupils see
The same lesson as a pupil sees it. You can set any section as work on its own.
- IntroductionPrepare · Not available
- Starter quizActivate · Not available
- Lesson videoLearn · Not available
- Exit quizCheck · Not available
This content is by Cashar and published under an open licence.