Baselight

Netflixmovies

Unpopular-movies-Netflix-dataset

@kaggle.kefahaied_netflixmovies

Df Avgrating With Userscount
@kaggle.kefahaied_netflixmovies.df_avgrating_with_userscount

  • 85.2 KB
  • 4499 rows
  • 3 columns
movie_id

Movie Id

rating

Rating

user_id

User Id

13.749542961608775547
23.5586206896551724145
33.64115308151093542012
42.73943661971831142
53.91929824561403531140
63.0843964671246321019
72.12903225806451693
83.189805499664654814910
92.621052631578947595
103.180722891566265249

CREATE TABLE df_avgrating_with_userscount (
  "movie_id" BIGINT,
  "rating" DOUBLE,
  "user_id" BIGINT
);

Share link

Anyone who has the link will be able to view this.