Baselight

Top 10000 Popular Movies Dataset

Top 10000 Popular movies based on TMDB ratings

@kaggle.omkarborikar_top_10000_popular_movies

Top 10000 Movies
@kaggle.omkarborikar_top_10000_popular_movies.top_10000_movies

  • 2.61 MB
  • 10014 rows
  • 13 columns
unnamed_0

Unnamed: 0

id

Id

original_language

Original Language

original_title

Original Title

popularity

Popularity

release_date

Release Date

vote_average

Vote Average

vote_count

Vote Count

genre

Genre

overview

Overview

revenue

Revenue

runtime

Runtime

tagline

Tagline

0580489enVenom: Let There Be Carnage5401.308Thu Sep 30 2021 00:00:00 GMT+0000 (Coordinated Universal Time)6.81736['Science Fiction', 'Action', 'Adventure']After finding a host body in investigative reporter Eddie Brock, the alien symbiote must face a new enemy, Carnage, the alter ego of serial killer Cletus Kasady.42400000097nan
1524434enEternals3365.535Wed Nov 03 2021 00:00:00 GMT+0000 (Coordinated Universal Time)7.1622['Action', 'Adventure', 'Science Fiction', 'Fantasy']The Eternals are a team of ancient aliens who have been living on Earth in secret for thousands of years. When an unexpected tragedy forces them out of the shadows, they are forced to reunite against mankind’s most ancient enemy, the Deviants.165000000157In the beginning...
2438631enDune2911.423Wed Sep 15 2021 00:00:00 GMT+0000 (Coordinated Universal Time)83632['Action', 'Adventure', 'Science Fiction']Paul Atreides, a brilliant and gifted young man born into a great destiny beyond his understanding, must travel to the most dangerous planet in the universe to ensure the future of his family and his people. As malevolent forces explode into conflict over the planet's exclusive supply of the most pr…331116356155Beyond fear, destiny awaits.
3796499enArmy of Thieves2552.437Wed Oct 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)6.9555['Action', 'Crime', 'Thriller']A mysterious woman recruits bank teller Ludwig Dieter to lead a group of aspiring thieves on a top-secret heist during the early stages of the zombie apocalypse.127Before Vegas, one locksmith became a legend.
4550988enFree Guy1850.47Wed Aug 11 2021 00:00:00 GMT+0000 (Coordinated Universal Time)7.83493['Comedy', 'Action', 'Adventure', 'Science Fiction']A bank teller called Guy realizes he is a background character in an open world video game called Free City that will soon go offline.331096766115Life's too short to be a background character.
5574060enGunpowder Milkshake1453.423Wed Jul 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)6.5347['Action', 'Thriller', 'Crime']In her turbulent life as a professional assassin, Sam has no choice but to go rogue to save the life of an innocent 8-year-old girl in the middle of the gang war she has unleashed.344931114Revenge is best served ice cold.
6335983enVenom1212.352Fri Sep 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)6.812126['Science Fiction', 'Action']Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.855013954112The world has enough Superheroes.
7610253enHalloween Kills1023.024Thu Oct 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)71134['Horror', 'Thriller']Minutes after Laurie Strode, her daughter Karen and granddaughter Allyson left masked monster Michael Myers caged and burning in Laurie's basement, Laurie is rushed to the hospital with life-threatening injuries, believing she finally killed her lifelong tormentor. But when Michael manages to free h…118852075105Evil dies tonight.
8871964plW lesie dziś nie zaśnie nikt 21089.852Wed Oct 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)4.172['Horror', 'Thriller']When something horrible happens to the only survivor of a bloody massacre, an insecure rookie cop must overcome his fears to stop further carnage.96nan
9768449enAmerican Badger1148.822Fri Mar 05 2021 00:00:00 GMT+0000 (Coordinated Universal Time)6.314['Action', 'Thriller']A seemingly cold-blooded hitman is assigned to befriend a call girl, but all hell breaks loose when he is assigned to kill her.88Justice Before Redemption

CREATE TABLE top_10000_movies (
  "unnamed_0" VARCHAR,
  "id" DOUBLE,
  "original_language" VARCHAR,
  "original_title" VARCHAR,
  "popularity" DOUBLE,
  "release_date" TIMESTAMP,
  "vote_average" DOUBLE,
  "vote_count" DOUBLE,
  "genre" VARCHAR,
  "overview" VARCHAR,
  "revenue" DOUBLE,
  "runtime" DOUBLE,
  "tagline" VARCHAR
);

Share link

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