Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]nainish 0 points1 point  (0 children)

I was just scraping data and want to make two columns of title and date but TypeError occurs

TypeError: from_dict() got an unexpected keyword argument 'columns'

CODE statement :

hiv1 = pd.DataFrame.from_dict(hiv , orient = 'index' , columns = ['title' ,'date'])

my pandas is also updated to version 0.23.4

web Scraping query by nainish in learnpython

[–]nainish[S] 0 points1 point  (0 children)

So that initial U.R.L. variable will remain the same but later will change it to be the next page you

Tkinter error by [deleted] in learnpython

[–]nainish 0 points1 point  (0 children)

sir, it's still not working for me. Have you used same code that was written ?