April 2018
Beginner
238 pages
7h 13m
English
In this example, we will be using Python to read in a flat file. The pandas library of routines includes a function to read flat files, read_fwf. Your Python script passes in the column widths and names to read_fwf, and the function returns a DataFrame.
Of course, now that I am looking for a flat file, I can't find one! I took the first 20 records of the preceding baseball data and stored that in a flat file, baseball.txt. There is no header record. Only the first several columns are available. It looks like this:
