that I know this was working for me last time I ran my script. but it looks like is not anymore. I have a scraping module which returns a dict, at my main script im running the scraping and assigning values . but now im getting this error about cannot convert a the string value to a float ( should i set the column to string from the very beginning ? )
This is the error
dataset.at[index,'UserPhotoUrl'] = scrapedData['usernamePhotoLink']
ValueError: could not convert string to float: 'https://instagram.fhex4-1.fna.fbcdn.net/v/t51.2885-19/s150x150/81572390_579207132636171_1735861275205828608_n.jpg?_nc_ht=instagram.fhex4-1.fna.fbcdn.net&_nc_ohc=EfweZRX7mn8AX8kKx7e&oh=b7cb7aaf3ee583604e4a40cd7b23447f&oe=5EA1B8F7'