You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List comprehension, For loop Speed Comparison.ipynb
I concluded that the speed gap between two functions are not because of the algorithm complexity. Because of 'return data types'.
Web Scraping
When web scraping from Wikipedia, it's important to know how to handle structured tables to extract the exact information. Additionally, additional data from other websites can enhance the quality and accuracy of the scraped data.