https://open.toronto.ca/dataset/cycling-network/
I tried to load the qualitative data from this CSV file but the data keeps appearing as NaN values. How do I fix this or what am I doing wrong?
bikeways_df = pd.read_csv('cycling-network.csv', encoding='utf-8-sig', delimiter=',')
bikeways_df.head()