RasmusKard / what.watch

Get a randomized movie or tv show suggestion based on your chosen parameters.
https://what.watch/
0 stars 0 forks source link

(SQL branch) Dealing with null values in the IMDb dataset. #25

Closed RasmusKard closed 1 year ago

RasmusKard commented 1 year ago

Should convert null values to 0 where possible (integer columns) so they don't get sorted out by default.

Include content that doesn't have corresponding ratings data? Much bigger dataset but will slow down the filtering. Seems more like an opt-in feature to add since suggestion with no votes on IMDb will most likely be useless to user anyways due to content availability.

RasmusKard commented 1 year ago

Main issue completed in this commit. 2090a4275cb2ef9018ee6990643ad66c666bbef3

Second issue isn't currently relevant and doesn't fit in with the main issue.