Closed
Description
Docs to read_csv says that by default 'NULL' in upper case is interpreted as NaN but not in lower case.
It became an issue with the latest yahoo change that affected pandas-datareader, see
Exception downloading yahoo historical data with adjust_price=True on fix-yahoo branch
pydata/pandas-datareader#342