Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Homework 2 - Branching - Wine Reviews Analysis

This project was created for the AI and Technology Academy GitHub Assignment 2. It uses the "Wine Reviews" dataset from Kaggle to convert wine ratings into star ratings and performs analysis.

Project Details

  • Dataset: winemag-data-130k-v2.csv (Downloaded from Kaggle, not uploaded to GitHub, excluded via .gitignore).
  • Code: wine_analysis.py - Converts ratings to stars, performs country-based analysis, and generates a graph.
  • Graph: star_distribution.png - Displays the distribution of star ratings.
  • Branches:
    • main: Original code with a skyblue graph color.
    • feature-color-change: Graph color changed to orange.

Requirements

  • Python 3.x
  • Libraries: pandas, numpy, matplotlib

How to Run

  1. Download the winemag-data-130k-v2.csv file from Kaggle: Wine Reviews
  2. Install the required libraries:
    pip install pandas numpy matplotlib
  3. Run the code:
    python wine_analysis.py

Homework Note

This project demonstrates the use of Git with two branches.

About

This project is prepared for Artificial Intelligence and Technology Academy Git GitHub Assignment 2. Using the “Wine Reviews” dataset from Kaggle, it converts wine ratings into star ratings and analyzes them.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages