Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
30 changes: 20 additions & 10 deletions your-project/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<img src="https://bit.ly/2VnXWr2" alt="Ironhack Logo" width="100"/>

# Title of My Project
*[Your Name]*
*[Mtheus Sartortt]*

*[Your Cohort, Campus & Date]*
*[https://my.ironhack.com/cohorts/5f60a919b77d4c478c04cf99/profile, Lisbon Campus & 22/01/2022]*

## Content
- [Project Description](#project-description)
Expand All @@ -16,35 +16,45 @@
<a name="project-description"></a>

## Project Description
Write a short description of your project: 3-5 sentences about what your project is about, why you chose this topic (if relevant), and what you are trying to show.
We desired to creat a coding that make it possible for anyone to evaluate movies from any specific timeframe.

<a name="hypotheses-/-questions"></a>

## Hypotheses / Questions
What are the questions you would like to answer with your project? Write your hypotheses here.
We want to evaluate all movies from a timeframe and be able to see:
1. The budget and gross worldwide by year, genre and movies indiviaduly
2. Analyze the ratings by demographic groups, genre and movies indiviaduly
3. Analyze each movie and genre by awards nominations anda awards wins

<a name="dataset"></a>

## Dataset
Where did you get your data? What dataset did you use or did you build your own datset? If so, did you use an API? Did you scrape a web? Provide links to the data if available.
Kaggle database: https://www.kaggle.com/carolzhangdc/imdb-5000-movie-dataset
IMDB movie data (en example): https://www.imdb.com/title/tt9032400/?ref_=tt_ov_rt
IMDB movie ratings data (an example): : https://www.imdb.com/title/tt9032400/ratings/?ref_=tt_ov_rt

[Dataset]()

<a name="workflow"></a>

## Workflow
Outline the workflow you used in your project. What were the steps you went through?
1. Choose the univer/sample of movies to be evaluated
2. Run our webscraping codes:
2.1 a loop to colect every movie link
2.2 a loop to access each movie link and colet the desired data
2.3 a loop to access each rating link for every movie and colect de demographic data
3. Run the coding for the analytics evaluatons
4. Creat and project the data visualization

<a name="organization"></a>

## Organization
How did you organize yourself? Did you use any tools?
For this project we choosed our random sample from a Kaggle database and colect the data from IMDB pages.

<a name="links"></a>

## Links
Include the links to your repository, slides and trello. Feel free to include any other links associated to your project.

[Repository](https://github.com/)
[Slides](https://slides.com/)
[Trello](https://trello.com/en)
[Repository](https://github.com/msartortt/Project-Week-3-Data-Thieves)
[Slides](https://www.canva.com/design/DAE1766kmqk/vl63QORFVo7NkRPMfAS0dA/view?utm_content=DAE1766kmqk&utm_campaign=designshare&utm_medium=link&utm_source=shareyourdesignpanel)
Loading