thu-vu92 / youtube-api-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No return statement in function -> youtube-api-analysis/Sample_project_youtube_videos_EDA.ipynb

sushaaant20 opened this issue · comments

def get_video_details(youtube, video_ids) function does not return anyhting.
I think it is supposed to return - return pd.DataFrame(all_video_info)
return

commented

Thank you! I've fixed it :).