Joe Kadi

Results 2 comments of Joe Kadi

I had this same issue but managed to fix it by adding ` df = pd.DataFrame.from_dict(self.reviews_dict, orient='index') ` ` df = df.transpose() ` ` return df ` in the scrape()...

Hmmm strange, I've been running it loads of times and not been blocked!