pd.read_csv(iterator=True) returns an iterator of type TextFileReader. I need to call TextFileReader.get_chunk in order to specify the num
pd.read_csv(iterator=True)
TextFileReader
TextFileReader.get_chunk