Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 587 Bytes

File metadata and controls

10 lines (7 loc) · 587 Bytes

Python

Wine EDA

  • Read data, wrangling, transformation, Correlation, Grouping, Univariate Analysis, Multivariate Analysis, 3D visualization

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.