Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/den1ksk/analysfandangoratings
Data processing and visualization project.
https://github.com/den1ksk/analysfandangoratings
analysis fandango project seaborn
Last synced: about 4 hours ago
JSON representation
Data processing and visualization project.
- Host: GitHub
- URL: https://github.com/den1ksk/analysfandangoratings
- Owner: den1ksk
- Created: 2024-06-05T19:51:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T07:57:20.000Z (8 months ago)
- Last Synced: 2024-12-09T14:19:55.608Z (about 2 months ago)
- Topics: analysis, fandango, project, seaborn
- Language: Jupyter Notebook
- Homepage:
- Size: 2.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### English Version
# Analysis of Fandango Ratings
## Data Processing and Visualization Project
### Description
**Planning to watch a movie and wondering if you can trust online ratings and reviews? Especially when the rating company also profits from selling movie tickets, could there be a bias in their ratings?**
This project aims to analyze and visualize Fandango movie ratings to determine if there is any bias in their rating system. By examining the data, we seek to uncover any tendencies for overrating or underrating movies.
### Objective
The goal of this project is to investigate the reliability of Fandango's movie ratings by comparing them with ratings from other sources.
### Project Details
This project was part of my coursework and was implemented using Python. The following libraries were utilized:
- **NumPy:** For numerical operations.
- **Pandas:** For data manipulation and analysis.
- **Seaborn:** For statistical data visualization.
- **Matplotlib:** For creating static, animated, and interactive visualizations.All the graphs generated from this project can be found in the `results` folder.
### Development Environment
The project was developed using:
- **PyCharm:** `main.py`
- **Jupyter Notebook:** `AnalysFandangoRatings.ipynb`### Getting Started
To get a copy of the project up, follow these steps:
1. **Clone the repository:**
```sh
git clone https://github.com/den1ksk/AnalysFandangoRatings.git