Data Representation and Serialization
What does that data look like?11 H 1 M
Just you? Training a whole team? There's an ITProTV plan that fits.
Start Training TodayEpisodes
Episodes
- CSV
- Overview
- What is CSV
- Explore CSV Files
- Use csv Module
- Use csv Module Part 2
- Use the pandas Package
- Use the tablib Package
- JSON
- What is JSON
- Explore JSON Files
- JSON: Use the json Module
- JSON: Use the pandas Package
- Use the simplejson and ujson Packages
- JSON: Use the tablib Package
- YAML
- What is YAML
- Explore YAML Files
- Use the PyYAML Package
- YAML: Use the tablib Package
- XML and HTML
- What is XML
- Explore XML Files
- What is HTML
- Explore HTML Files
- Use the xml Module
- Use the lxml Package
- Use the xmltodict Package
- Use the BeautifulSoup Package
Overview
2 M



- Episode Description
- Transcript
In this series, we take a look at common formats for saving, reading, and shuffling data around such as Comma Separated Values (CSV), JavaScript Object Notation (JSON), YAML Ain't Markup Language (YAML), and eXtensible Markup Language (XML). If you want to know more about these data formats as well as how to interact with these different data representation using Python, then we will see you there!