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()
New contributor
Antoine Laverdière-Allaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2