Ironhack-data-bcn-oct-2023 / project-II-pipelines

0 stars 2 forks source link

Noe - Project II #9

Open niniet98 opened 8 months ago

niniet98 commented 8 months ago

https://github.com/niniet98/PROJECT-II

sh-ih commented 8 months ago

You did great on this project! Some comments:

Merging the budget data from wikipedia with the information from Pixar creates a very interesting dataset. I would only suggest you to be even more specific when working with money data. The information from wikipedia about budgets and revenue has million as part of the column names, but it would be better to have the currency explicitly shown, maybe million USD, or even a comment added to your jupyter cell telling everyone: “all financial figures are in million of US dollars”.

The same information should be added to your graphs, the y axis of your graph Relationship between budget and amount of characters & assets” says “Budget”, but a better axis is: “Budget (in millions US dollars)”.

Also it would be interesting to analyze the relationship of those two variables with a scatterplot, where the x axis is the number of characters, instead of the names of the movies, to really see the relationship with the budget.

image