UBC-MDS / DSCI_532_group_205

Movies Dashboard (Python)
MIT License
1 stars 4 forks source link

How to handle Nans? #21

Closed sreejithmunthikodu closed 4 years ago

sreejithmunthikodu commented 4 years ago

For handling NaN in the ratings, we have two other options compared to the current version.

  1. drop nas from top chart as well for non-rated movies
  2. fill na in the rating with the mean across all movies
  3. what is more appropriate?
techrah commented 4 years ago

Not sure how 2 would work. I say we just go with 1 for now.

sreejithmunthikodu commented 4 years ago

sounds good.

sreejithmunthikodu commented 4 years ago

Nans removed from both plots. Colors now match in both the plots.