This is the first video in a series that reviews arguments passed to the pandas function read_csv. read_csv is used to read a table of data from a csv into a dataframe.
The arguments covered in this part of the series are:
header (which I accidently call "headers" a number of times in the video - sorry!)
names
index_col
usecols
skiprows
nrows
skip_blank_lines (&dropna)
on_bad_lines
skipfooter