How to make a dataframe from a dictionary with unique keys and values as lists? – Twitter API
I'm currently scraping some user//follower information from the Twitter API using Tweepy. I'm currently storing the data as a a dictionary where every key is a unique twitter user and the values are a list of ID's for their followers.…