Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Fetch CSV Problem and Question

Hello I keep getting this error for this csv file and have no idea what it means? Any help?

UnicodeEncodeError: 'ascii' codec can't encode characters in position 2259-2260: ordinal not in range(128)

fetch_csv('https://docs.google.com/spreadsheets/d/e/2PACX-1vSCQl73sJu5C15d-pSRrDbE6alfYhTmJu23LBoCxH3hKpxh4jaf8hFdbBSkO9fYpX-n0XV5QlrT5m_P/pub?output=csv',date_column = 'date', symbol_column = 'symbol',date_format='%m-%d-%Y',universe_func=my_universe_sp)

Also once i get the file to upload right i was wondering how i would go about calling this specific list of stocks! Specifically i would like to be able to say something like
if todays date = the date listed for the stock in the csv file then buy it??

Thanks so much