filmov
tv
Reading a CSV file in Python

Показать описание
You don't need third-party libraries to read CSV file in Python! Python's `csv` module includes helper functions for reading CSV files, tab-delimited files, and other delimited data files.
00:53 Skipping the header row in a CSV file
01:37 Mapping CSV headers to columns
02:30 Reading tab-delimited data files
00:53 Skipping the header row in a CSV file
01:37 Mapping CSV headers to columns
02:30 Reading tab-delimited data files