Skip to content

Tag: dataframe

Appending data with unequal data frame dimensions

What is the best way to append data using matching column names from two different data frames with differing dimensions? Scenario: Df1 = 350(rows)x2778(columns) Df2 = 321×2910 Df1 has <2778 columns with the exact same name as <2910 columns in Df2. -It could be 500 columns in each data frame as an …

How to iterate the loop if the condition is not met

I am trying to get the id of respective movie name in that i need to check whether the url is working or not . If not then i need to append the movie name in the empty list print(movie_buff_uuid) if i passed the data2 in the above loop i am getting this error urllib.error.HTTPError: HTTP Error 404: Not Found