Section 13/5 - Flagging December Expirations
The exercise doesn't run correctly.
It exits with an error - "ValueError: Missing column provided to 'parse_dates': 'Date'"
I noticed that the file stored on the data folder - "vixy_prices.csv" is seperated with a comma - ","
and does not have a column "Adjusted Close" but has a column "Adj Close"
while the code calls for ";" separator and "Adjusted Close" column.
Other than that I cannot run the exercise successfully even with your suggested solution.
(same file is probably causing errors for the exercise in unit 6 and in section 14)
Hello Shay,
Thank you for pointing this out and the IEs have been fixed.