This video 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. I use Anaconda's Jupyter Lab interface.
The arguments covered in this part of the series are all related to NaN (or NA or NULL) values. They are the following: 1) na_values 2) keep_default_na 3) na_filter 4) verbose