Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.18 KB

Wine Spectra Analysis

This dataset offers a comprehensive glimpse into the world of wines, featuring details scraped from wine.com. With a rich assortment of information, it covers wine names, color types, prices, capacities (in milliliters), ratings provided by site users, the number of ratings received, country of origin, alcohol content (ABV), and a list of top wine experts who have reviewed the wines

Data Source:

This dataset was meticulously scraped from wine.com, a popular source for wine enthusiasts and connoisseurs.

Key-points about data:

  • Name: Name of the wine
  • Color_wine: The color type of the wine
  • Prices: Price of the wine
  • ML: Capacity in milliliters
  • Rating: User-generated rating on the site
  • Ratingsnum: The number of user ratings
  • Countrys: Country of production
  • ABV: Alcohol by volume (ABV) content
  • Retes: List of top wine experts who have reviewed the wines

Used Library:

  • numpy
  • pandas
  • streamlit
  • plotly
  • matplotlib
  • chardet

How to Run Locally:

Make sure you have python installed locally.

  1. Clone the project

  2. Run this command

    pip install streamlit
    
  3. Run the app

    streamlit run app.py