Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
CSVs, or comma-separated value files, are a common file-based database-like format. Python has a built-in `csv` module that makes working with these files quick and easy.
Python has great documentation for the csv
module.
Sometimes you might have issues with the csv
module and files that contain a lot of Unicode, especially if you're using Python 2. If you run into that issue, check out unicodecsv.
For both CSV and JSON files, and others, the amazing tablib library is a great thing to check out.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Haben Gebremeskel
Python Development Techdegree Student 4,569 Points1 Answer
-
jun cheng wong
17,021 Points1 Answer
-
Ronald Williams
Java Web Development Techdegree Graduate 25,021 Points2 Answers
-
Sam Frampton
3,796 Points1 Answer
-
Flore W
4,744 Points1 Answer
-
Daniel Toma
2,370 Points1 Answer
-
Jeffruy Examene
Full Stack JavaScript Techdegree Student 2,568 Points1 Answer
-
ds1
7,627 Points2 Answers
-
Nick Larkins
Python Web Development Techdegree Student 1,390 Points1 Answer
-
dmitriy ignatiev
Python Web Development Techdegree Student 1,789 Points0 Answers
-
MOD
Iain Simmons
Treehouse Moderator 32,305 Points2 Answers
-
Kevin Faust
15,353 Points3 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up