Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

🎬 Top Grossing Movies of All Time

Dataset Summary

This dataset includes information about the highest grossing movies of all time based on their worldwide lifetime box office revenue. It is intended for educational and analytical purposes only, and not for commercial use.

💡 Use Cases

  • Data Visualization: Storytelling and dashboard projects regarding the film industry.
  • Trend Analysis: Observing how movie genres and box office revenues change over the years.
  • Machine Learning: Building predictive models for box office success.

Dataset Structure

Data Fields

(Note: Ensure these match the exact column names in your CSV file)

  • Rank (int64): The rank of the movie based on lifetime gross.
  • Title (string): The official title of the movie.
  • Lifetime_Gross (string/int): Total worldwide box office revenue.
  • Year (int64): The release year of the movie.

Data Instances

An example of a row in this dataset:

{
  "Rank": 1,
  "Title": "Avatar",
  "Lifetime_Gross": "$2,923,706,026",
  "Year": 2009
}
Downloads last month
10