Glossary

chunksize

A `pd.read_csv` parameter that makes pandas read the file in fixed-size chunks instead of loading it all into memory. Returns an iterator over DataFrames.

Learn More

Related Terms