I created a site so you can explore Netflix's engagement data
whatwewatched.xyz
I created a site so you can explore Netflix's engagement data
1–5 of 5 posts
Re: I created a site so you can explore Netflix's engagement data
#2However, they posted the data as a large excel file that you have to download. So, I created a website so you can explore/search the dataset without having to download the file!
I'm a believer in making data accessible and easy to explore, so it's also free. Enjoy. I'll be adding more features over the weekend.
Re: I created a site so you can explore Netflix's engagement data
#3Some suggestions on the site:
- The dropdowns seem to have a formatting issue where the text in them shows all white except for the dropdown selection you are currently hovering over
- Given the Excel file is 680 KB you could probably just convert it to JSON and pre-Brotli/gzip the file to just serve the entire thing up to the client in I really like the overall simplicity of the page. It has that old-web feel with a modern look.
Re: I created a site so you can explore Netflix's engagement data
#4Neat site and thanks for making me aware Netflix released this data. It's fun to see things like The Witcher S1 outperforming S3 given the timeframe of the data. Some suggestions on the site: - The dropdowns seem to have a formatting issue where the text in them shows all white except for the dropdown selection you are currently hovering over - Given the Excel file is 680 KB you could probably just convert it to JSON…
- What browser are you using? I can't repro in Chrome and Safari.
- Good tip on using gzip, I'll play around with it to see if I can get some better performance (there are ~18k rows). Netflix will be releasing these updates twice a year, so if more data gets released soon, I'll keep the database.
Re: I created a site so you can explore Netflix's engagement data
#5Neat site and thanks for making me aware Netflix released this data. It's fun to see things like The Witcher S1 outperforming S3 given the timeframe of the data. Some suggestions on the site: - The dropdowns seem to have a formatting issue where the text in them shows all white except for the dropdown selection you are currently hovering over - Given the Excel file is 680 KB you could probably just convert it to JSON…
Thanks for checking it out. Appreciate the feedback! - What browser are you using? I can't repro in Chrome and Safari. - Good tip on using gzip, I'll play around with it to see if I can get some better performance (there are ~18k rows). Netflix will be releasing these updates twice a year, so if more data gets released soon, I'll keep the database.