LearningPython/tutorials/textfiles101 at master · PythonJournos/LearningPython · GitHub
Skip to content

Latest commit

 

History

History
This directory contains code snippets showing how to access data in CSVs.
Below are descriptions of each snippet, ordered roughly by increasing
level of complexity.


read_data_from_CSV_1.py - The most basic way to read data from a CSV
glob_usage_example.py - Using glob to get a list of filenames for processing